create-aiot
Version:
An easy way to start aiot project
19 lines (18 loc) • 399 B
JSON
{
"name": "{{ appName }}",
"version": "1.0.0",
"description": "",
"engines": {
"node": ">=8.10"
},
"scripts": {
"start": "aiot start --watch",
"build": "aiot build",
"release": "aiot release",
"lint": "eslint --format codeframe --fix --ext .ux,.js src/"
},
"devDependencies": {
"@aiot-toolkit/jsc": "^1.0.3",
"aiot-toolkit": "^{{ toolkitVersion }}"
}
}