fastify-mongoose-rest
Version:
Rest API generator tools for fastify and mongoose
50 lines (49 loc) • 1.15 kB
JSON
{
"name": "fastify-mongoose-rest",
"version": "2.1.1",
"description": "Rest API generator tools for fastify and mongoose",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"build": "tsc",
"prepare": "npm run compile",
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"pretest": "npm run compile",
"posttest": "npm run lint",
"test": "jest --coverage"
},
"repository": {
"type": "git",
"url": "https://github.com/J3573R/fastify-mongoose-rest"
},
"files": [
"build/src/**/*"
],
"keywords": [
"fastify",
"mongoose",
"rest",
"api"
],
"author": "Tommi Hagelberg",
"license": "MIT",
"devDependencies": {
"@types/faker": "^5.5.7",
"@types/jest": "^24.0.24",
"@types/node": "^14.11.2",
"@types/supertest": "^2.0.11",
"faker": "^5.5.3",
"fastify": "^3.17.0",
"fastify-swagger": "^4.7.0",
"gts": "^3.1.0",
"jest": "^24.9.0",
"mongodb-memory-server": "^7.2.0",
"mongoose": "^5.12.13",
"supertest": "^6.1.3",
"typescript": "^4.0.3"
},
"dependencies": {}
}