@aiot-toolkit/velasim
Version:
vela for sim
31 lines (30 loc) • 730 B
JSON
{
"name": "@aiot-toolkit/velasim",
"version": "0.1.26",
"description": "vela for sim",
"main": "index.js",
"scripts": {
"start": "./nuttx",
"publish-npm": "npm run chmod && npm version 0.1.26 && npm publish",
"publish-npm-test": "npm run chmod && npm version 0.1.26-test.7 && npm publish --tag=test",
"publish-npm-beta": "npm run chmod && npm version 0.1.26-beta.3 && npm publish --tag=beta",
"chmod": "chmod 777 ./nuttx"
},
"repository": {
"type": "git",
"url": "git@git.n.xiaomi.com:system_dev/os-appfmk/velasim.git"
},
"keywords": [
"vela",
"sim"
],
"files": [
"app",
"font",
"nuttx",
"vappjsc",
"sim"
],
"author": "lewis",
"license": "ISC"
}