nomi-cli
Version:
为node框架nomi打造的cli工具
24 lines (23 loc) • 509 B
JSON
{
"name": "@name",
"version": "1.0.0",
"description": "@description",
"author": "@author",
"scripts": {
"build": "babel --watch app.js -o app.index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "babel-node --inspect app.index.js"
},
"main": "./app.js",
"keywords": [
],
"license": "ISC",
"dependencies": {
"nomi": "^0.0.1"
},
"devDependencies": {
"@babel/cli": "^7.0.0",
"@babel/core": "^7.0.0",
"@babel/preset-env": "^7.0.0"
}
}