UNPKG

create-fastify-app

Version:
105 lines (104 loc) 2.77 kB
{ "name": "create-fastify-app", "version": "2.1.6", "description": "A Fastify application generator", "main": "create-fastify-app.js", "bin": { "fastify-app": "create-fastify-app.js" }, "scripts": { "lint": "standard --verbose", "unit": "tap test/*.test.js --no-coverage-report --jobs=1", "coverage": "tap test/*.test.js --coverage && tap --coverage-report=text-lcov | coveralls", "test": "npm run lint && npm run unit", "snyk-protect": "snyk protect", "prepare": "npm run snyk-protect" }, "keywords": [ "fastify", "fastify-swagger", "fastify-plugin", "nodejs", "nodejs-library", "redis", "cors", "mongodb", "mysql", "postgres" ], "repository": { "type": "git", "url": "git+https://github.com/davidedantonio/create-fastify-app.git" }, "author": "Davide D'Antonio <davide.dantonio@webeetle.com>", "contributors": [ { "name": "Simone Gentili", "email": "sensorario@gmail.com", "url": "https://github.com/sensorario" } ], "license": "MIT", "bugs": { "url": "https://github.com/davidedantonio/create-fastify-app/issues" }, "homepage": "https://github.com/davidedantonio/create-fastify-app#readme", "dependencies": { "chalk": "^4.1.0", "chokidar": "^3.4.0", "clui": "^0.3.6", "codecov": "^3.7.1", "command-exists": "^1.2.9", "commist": "^1.1.0", "dotenv": "^8.2.0", "fastify": "^2.15.1", "fastify-plugin": "^1.6.1", "generify": "^4.1.0", "handlebars": "^4.7.6", "inquirer": "^7.3.0", "is-docker": "^2.0.0", "js-beautify": "^1.11.0", "js-yaml": "^3.14.0", "json-schema-ref-parser": "^9.0.1", "lodash": "^4.17.15", "make-promises-safe": "^5.1.0", "mkdirp": "^1.0.4", "pino-colada": "^1.6.1", "portfinder": "^1.0.26", "pretty-bytes": "^5.3.0", "resolve-from": "^5.0.0", "slugify": "^1.4.4", "swagger-parser": "^9.0.1", "table": "^5.4.6", "tiny-human-time": "^1.2.0", "yargs-parser": "^18.1.2", "snyk": "^1.360.0" }, "devDependencies": { "art-template": "^4.13.2", "concat-stream": "^2.0.0", "coveralls": "^3.1.0", "ejs": "^3.1.2", "ejs-mate": "^3.0.0", "fastify-autoload": "^1.2.2", "fastify-cors": "^3.0.3", "fastify-mongodb": "^1.0.1", "fastify-mysql": "^1.0.1", "fastify-postgres": "^3.0.0", "fastify-redis": "^4.0.1", "fastify-swagger": "^2.5.1", "marko": "^4.21.9", "mustache": "^4.0.1", "nunjucks": "^3.2.1", "pg": "^8.1.0", "point-of-view": "^3.8.0", "pug": "^3.0.0", "pump": "^3.0.0", "rimraf": "^3.0.2", "simple-get": "^4.0.0", "standard": "^14.3.4", "tap": "^14.10.7", "walker": "^1.0.7" }, "snyk": true }