Files
HyperBilibili/package.json
T
2024-02-28 20:05:37 +08:00

24 lines
558 B
JSON

{
"name": "HyperBilibili",
"version": "1.0.0",
"description": "",
"engines": {
"node": ">=8.10"
},
"scripts": {
"start": "aiot server --watch --open-nuttx",
"build": "aiot build",
"release": "aiot release",
"watch": "aiot watch --open-nuttx",
"lint": "eslint --format codeframe --fix --ext .ux,.js src/"
},
"devDependencies": {
"@aiot-toolkit/velasim": "^0.1.23",
"aiot-toolkit": "^1.1.0",
"babel-eslint": "^10.0.1",
"eslint": "^6.8.0",
"eslint-plugin-ux": "^0.0.4",
"ux-types": "^0.1.1"
}
}