UNPKG

create-aiot

Version:

An easy way to start aiot project

18 lines (17 loc) 356 B
{ "name": "{{ appName }}", "version": "1.0.0", "description": "", "engines": { "node": ">=8.10" }, "scripts": { "start": "aiot start", "build": "aiot build", "release": "aiot release", "lint": "eslint --format codeframe --fix --ext .ux,.js src/" }, "devDependencies": { "aiot-toolkit": "^{{ toolkitVersion }}" } }