-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 859 Bytes
/
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
{
"name": "tsp-ambient-light",
"version": "1.1.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "run-s build:*",
"build:update": "node script/update-readme.js",
"build:copy": "node script/copy.js",
"build:babel": "babel docs/latest/data/others/plugin/ambient_light/main.js --out-file docs/tyranoscript_v488/data/others/plugin/ambient_light/main.js",
"build:zip": "node script/zip.js",
"build:zip-v4": "node script/zip-v4.js"
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@babel/cli": "^7.18.9",
"@babel/core": "^7.18.9",
"@babel/preset-env": "^7.18.9",
"archiver": "^5.3.1",
"date-utils": "^1.2.21",
"eslint": "^8.20.0",
"eslint-config-prettier": "^8.5.0",
"fs-extra": "^10.1.0",
"npm-run-all": "^4.1.5",
"prettier": "^2.7.1"
}
}