-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 813 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 813 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
{
"name": "bandcomic",
"version": "2.1",
"description": "在Vela设备上浏览并本地保存在线漫画~",
"engines": {
"node": ">=8.10"
},
"scripts": {
"start": "aiot start --watch --enable-custom-component",
"build": "aiot build --enable-custom-component",
"release": "aiot release --enable-custom-component --enable-jsc",
"lint": "eslint --format codeframe --fix --ext .ux,.js,.mjs src/ quickapp.config.js tools/",
"format": "prettier --write \"src/**/*.js\" \"*.js\" && node tools/format-ux.mjs",
"format:ux": "node tools/format-ux.mjs"
},
"devDependencies": {
"@aiot-toolkit/jsc": "^1.0.3",
"aiot-toolkit": "^2.0.4",
"eslint-formatter-codeframe": "^7.32.2",
"eslint-plugin-html": "^8.1.4",
"prettier": "^3.9.6",
"typescript": "^5"
}
}