This repository was archived by the owner on Dec 26, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
80 lines (80 loc) · 2.82 KB
/
package.json
File metadata and controls
80 lines (80 loc) · 2.82 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
{
"name": "AnJsflScript",
"version": "0.6.6",
"description": "是一个专为 Adobe Animate 设计的 JavaScript For Flash (JSFL)脚本集合,旨在通过自动化任务提升工作效率,帮助用户更高效地完成重复性工作,从而专注于创意与设计。",
"author": "穹的兔兔",
"license": "LGPL-3.0-or-later",
"keywords": [
"Adobe Animate",
"JavaScript For Flash",
"JSFL",
"scripts",
"automation",
"Efficiency",
"Improvement",
"Creativity",
"Design"
],
"devDependencies": {
"@babel/cli": "7.27.2",
"@babel/core": "7.27.4",
"@babel/plugin-transform-modules-amd": "7.27.1",
"@babel/preset-env": "7.27.2",
"@types/chroma-js": "3.1.1",
"@types/date-fns": "2.6.3",
"@types/error-stack-parser": "2.0.2",
"@types/es6-promise": "3.3.2",
"@types/eventemitter3": "2.0.4",
"@types/json3": "3.3.4",
"@types/linq": "2.2.33",
"@types/lodash": "4.17.15",
"@types/loglevel": "1.6.3",
"@types/luxon": "3.6.2",
"@types/numjs": "0.16.8",
"@types/path-browserify": "1.0.3",
"@types/progress": "2.0.7",
"@types/requirejs": "2.1.37",
"@types/sprintf-js": "1.1.4",
"@types/storejs": "2.0.3",
"@types/universal-cookie": "3.0.0",
"@types/xmldom": "0.1.34",
"babel-loader": "10.0.0",
"copy-webpack-plugin": "13.0.0",
"eslint": "8.57.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "10.0.1",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jsx-a11y": "6.10.2",
"eslint-plugin-prettier": "5.2.3",
"overload-js": "1.0.0",
"prettier": "3.5.2",
"raw-loader": "4.0.2",
"rxjs": "7.8.2",
"terser": "5.42.0",
"webpack": "5.99.9",
"webpack-cli": "6.0.1",
"webpack-merge": "6.0.1"
},
"scripts": {
"format": "prettier --write \"**/*.{js,ts,jsfl}\" --ignore-path config/codestyle/.prettierignore",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"open-an": "powershell -File config/start/open-an.ps1",
"open-test-file": "powershell -File config/start/open-test-file.ps1",
"FirstRun": "powershell -File config/start/FirstRun.ps1",
"ReRun": "powershell -File config/start/ReRun.ps1",
"run-current-file": "powershell -File config/start/run-current-file.ps1",
"build:FirstRun": "node config/build/Build.FirstRun.js",
"build:Common": "node config/build/Build.Common.js",
"build:Text": "node config/build/Build.Text.js",
"build": "npm run build:FirstRun && npm run build:Common && npm run bild:Text",
"tsc:require": "tsc && node ./config/typescript/rename-require.js",
"tsc:define": "tsc && node ./config/typescript/rename-define.js",
"tsc": "npm run tsc:require && npm run tsc:define"
},
"repository": {
"type": "git",
"url": "https://github.com/rabit2022/AnJsflScript.git"
},
"readmeFilename": "README.md"
}