forked from hoythan/Scriptable-Audi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.56 KB
/
package.json
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
{
"name": "scriptable-audi-component",
"version": "1.0.0",
"description": "scriptable dev javascript",
"scripts": {
"purge": "sh purge.sh",
"watch": "node app",
"build:All": "yarn build:FVW-Audi && yarn build:FVW && yarn build:SVW && yarn build:Comfort",
"debug:FVW-Audi": "FILE=FVW-Audi DEBUG=true rollup -c --watch",
"build:FVW-Audi": "FILE=FVW-Audi rollup -c",
"debug:FVW": "FILE=FVW DEBUG=true rollup -c --watch",
"build:FVW": "FILE=FVW rollup -c",
"debug:SVW": "FILE=SVW DEBUG=true rollup -c --watch",
"build:SVW": "FILE=SVW rollup -c",
"debug:Comfort": "FILE=Comfort DEBUG=true rollup -c --watch",
"build:Comfort": "FILE=Comfort rollup -c",
"debug:Theme-Simple": "FILE=Simple THEME=true DEBUG=true rollup -c --watch",
"build:Theme-Simple": "FILE=Simple THEME=true rollup -c",
"build:Install-RunTime": "rollup install-runtime.js --file dist/install-runtime-builder.js --format es",
"lint": "eslint src/**",
"ncu": "npx npm-check-updates -u"
},
"author": "淮城一只猫",
"license": "MIT",
"devDependencies": {
"@babel/core": "^7.17.8",
"@babel/eslint-parser": "^7.17.0",
"@babel/plugin-syntax-top-level-await": "^7.14.5",
"@rollup/plugin-eslint": "^8.0.1",
"@rollup/plugin-replace": "^4.0.0",
"@scriptable-ios/eslint-config": "^1.6.4",
"@types/scriptable-ios": "^1.6.5",
"body-parser": "^1.19.2",
"eslint": "^8.12.0",
"express": "^4.17.3",
"javascript-obfuscator": "^4.0.0",
"multer": "^1.4.4",
"rollup": "^2.70.1",
"rollup-plugin-banner2": "^1.2.2"
}
}