fastify-cli
Version:
Run a fastify route with one command!
78 lines (77 loc) • 1.73 kB
JSON
{
"name": "fastify-cli",
"version": "0.21.0",
"description": "Run a fastify route with one command!",
"main": "cli.js",
"bin": {
"fastify": "cli.js"
},
"scripts": {
"lint": "standard",
"unit": "tap test/*.js app_template/test/*/*.test.js",
"test": "npm run lint && npm run unit"
},
"keywords": [
"fastify",
"cli",
"one command"
],
"author": "Tomas Della Vedova - @delvedor (http://delved.org)",
"contributors": [
{
"name": "Matteo Collina",
"email": "hello@matteocollina.com"
}
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/fastify/fastify-cli.git"
},
"bugs": {
"url": "https://github.com/fastify/fastify-cli/issues"
},
"homepage": "https://github.com/fastify/fastify-cli#readme",
"engines": {
"node": ">= 6.0"
},
"standard": {
"ignore": [
"test/data/parsing-error.js",
"test/data/undefinedVariable.js"
]
},
"dependencies": {
"chalk": "^2.4.1",
"chokidar": "^2.0.4",
"commist": "^1.0.0",
"dotenv": "^6.0.0",
"fastify": "^1.11.0",
"fastify-plugin": "^1.2.0",
"generify": "^3.0.0",
"help-me": "^1.1.0",
"is-docker": "^1.1.0",
"minimist": "^1.2.0",
"pino-colada": "^1.4.4",
"pump": "^3.0.0",
"resolve-from": "^4.0.0",
"update-notifier": "^2.4.0"
},
"devDependencies": {
"fastify-autoload": "^0.5.0",
"mkdirp": "^0.5.1",
"pre-commit": "^1.2.2",
"proxyquire": "^2.0.1",
"rimraf": "^2.6.2",
"simple-get": "^3.0.3",
"sinon": "^6.1.5",
"standard": "^11.0.1",
"tap": "^12.0.0",
"walker": "^1.0.7"
},
"greenkeeper": {
"ignore": [
"request"
]
}
}