-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 864 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 864 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "SupercellSWF",
"private": true,
"version": "1.4.0",
"description": "Custom platform plugin for Adobe Animate",
"main": "build.ts",
"scripts": {
"build:dev": "pnpx ts-node scripts/build.ts development",
"build:prod": "pnpx ts-node scripts/build.ts production",
"package": "pnpx ts-node scripts/package.ts production",
"lint": "biome check --fix --unsafe"
},
"author": "DaniilSV",
"license": "MIT",
"dependencies": {
"typescript": "4.9.5",
"@types/node": "20.5.9",
"@types/which": "3.0.0",
"picocolors": "1.0.0",
"ts-node": "10.9.1",
"url": "0.11.0",
"which": "3.0.0",
"xmlbuilder2": "3.0.2"
},
"packageManager": "pnpm@10.20.0+sha512.cf9998222162dd85864d0a8102e7892e7ba4ceadebbf5a31f9c2fce48dfce317a9c53b9f6464d1ef9042cba2e02ae02a9f7c143a2b438cd93c91840f0192b9dd",
"devDependencies": {
"@biomejs/biome": "2.3.4"
}
}