-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.12 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.12 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
{
"name": "AnJsflScript-ts",
"private": true,
"version": "1.0.0",
"packageManager": "pnpm@10.29.2",
"description": "是一个专为 Adobe Animate 设计的 JavaScript For Flash (JSFL)脚本集合,旨在通过自动化任务提升工作效率,帮助用户更高效地完成重复性工作,从而专注于创意与设计。",
"author": {
"name": "穹的兔兔",
"email": "3101829204@qq.com",
"qq": "3101829204",
"QQ群": "1040730457"
},
"license": "LGPL-3.0-or-later",
"keywords": [
"Adobe Animate",
"JavaScript For Flash",
"JSFL",
"scripts",
"automation",
"Efficiency",
"Improvement",
"Creativity",
"Design"
],
"scripts": {
"format": "prettier --write **/*.ts --config config/codestyle/.prettierrc --ignore-path config/codestyle/.prettierignore",
"generate_config": "tsx ./tools/project/src/require/generate_config.ts",
"preinstall": "pnpm add -w json5 && tsx ./tools/project/src/package/sync-package.ts && npx only-allow pnpm ",
"update-package-json": "tsx ./tools/project/src/package/sync-package.ts",
"pnpm install": "pnpm install",
"build": "npx tsc && tsx ./tools/project/src/typescript/build_all.ts",
"clean": "npx tsc --build --clean && tsx ./tools/project/clean/CleanAll.ts",
"addHeaders": "tsx ./tools/project/src/headers/addFileHeader.ts"
},
"devDependencies": {
"@types/linq": "2.2.33",
"@types/lodash": "4.17.23",
"lodash": "4.17.23",
"store-js": "2.0.4",
"@types/chroma-js": "3.1.2",
"chroma-js": "3.2.0",
"cli-table3": "0.6.5",
"@types/loglevel": "1.6.3",
"loglevel": "1.9.2",
"@types/progress": "2.0.7",
"@types/error-stack-parser": "2.0.2",
"@types/eventemitter3": "2.0.4",
"@types/path-browserify": "1.0.3",
"path-browserify": "1.0.1",
"@types/micromatch": "4.0.10",
"micromatch": "4.0.8",
"@types/xregexp": "4.4.0",
"xregexp": "5.1.2",
"@types/luxon": "3.7.1",
"oxide.ts": "1.1.0",
"@types/node": "25.0.7",
"json5": "2.2.3",
"eslint": "9.26.0",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-prettier": "5.2.3",
"prettier": "3.5.2",
"jest": "30.2.0",
"@types/jest": "30.0.0",
"strip-json-comments": "3.1.0",
"ts-jest": "29.4.6",
"ts-loader": "9.5.4",
"tsconfig-paths": "4.2.0",
"tsx": "4.21.0",
"typescript": "5.9.3",
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "https://github.com/rabit2022/AnJsflScript-ts"
},
"readmeFilename": "README.md",
"dependencies": {
"json5": "2.2.3",
"@xjsfl/Constants": "workspace:*",
"@xjsfl/Context": "workspace:*",
"@xjsfl/UI": "workspace:*",
"@xjsfl/Events": "workspace:*",
"@xjsfl/super": "workspace:*",
"@xjsfl/XUL": "workspace:*",
"@xjafl/Collection": "workspace:*",
"@anjsfl/validation": "workspace:*",
"@anjsfl/parser": "workspace:*",
"@anjsfl/tween": "workspace:*",
"@anjsfl/sat": "workspace:*",
"@anjsfl/random": "workspace:*",
"@anjsfl/more-element": "workspace:*",
"@anjsfl-ts/Sessions": "workspace:*",
"@anjsfl-ts/dev": "workspace:*",
"@dom/setTimeout": "workspace:*"
}
}