UNPKG

kvell-scripts

Version:

Scripts to run applications generated from create-kvell-app

51 lines (50 loc) 1.34 kB
{ "name": "kvell-scripts", "version": "1.0.1-alpha.9.3.1", "description": "Scripts to run applications generated from create-kvell-app", "main": "lib/index.js", "bin": { "kvell-scripts": "bin/kvell-scripts.js", "kvell-gen": "bin/kvell-gen.js" }, "keywords": [ "kvell-scripts", "node-scripts", "create-kvell-app", "node" ], "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "Neeraj Sharma <n.sharma1396@gmail.com>", "homepage": "https://kvelljs.now.sh/", "repository": { "type": "git", "url": "https://github.com/nsharma1396/kvell/tree/master/packages/kvell-scripts" }, "license": "MIT", "dependencies": { "@babel/code-frame": "^7.5.5", "apidoc": "^0.20.0", "arg": "^4.1.3", "chalk": "^4.0.0", "cors": "^2.8.5", "cross-spawn": "^7.0.1", "dotenv": "^8.2.0", "eslint": "^6.6.0", "eslint-config-kvell-scripts": "^1.0.1-alpha.9.3.1", "eslint-plugin-node": "^11.0.0", "express": "^4.17.1", "fs-extra": "^9.0.0", "helmet": "^3.21.3", "inquirer": "^7.0.4", "ip": "^1.1.5", "morgan": "^1.9.1", "nocache": "^2.1.0", "nodemon": "^2.0.2", "ora": "^4.0.3", "pm2": "^4.2.3", "simple-node-logger": "^18.12.24" }, "gitHead": "548f80b9471783ceb577cc0ac450871979e1cac7" }