fastify-mongoose-rest
Version:
Rest API generator tools for fastify and mongoose
51 lines (50 loc) • 1.2 kB
JSON
{
"name": "fastify-mongoose-rest",
"version": "5.1.1",
"description": "Rest API generator tools for fastify and mongoose",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"lint": "gts lint",
"clean": "gts clean",
"compile": "tsc",
"fix": "gts fix",
"test": "jest --coverage --verbose --silent",
"precompile": "npm run clean",
"pretest": "npm run lint",
"prepublishOnly": "npm run test",
"prepare": "npm run compile"
},
"repository": {
"type": "git",
"url": "https://github.com/J3573R/fastify-mongoose-rest"
},
"files": [
"build/src/**/*"
],
"keywords": [
"fastify",
"mongoose",
"rest",
"api"
],
"author": "Tommi Hagelberg",
"license": "MIT",
"dependencies": {
"mongoose": "^7.5.0"
},
"devDependencies": {
"@faker-js/faker": "^8.0.2",
"@shelf/jest-mongodb": "^4.1.7",
"@types/jest": "^29.5.4",
"@types/node": "^20.6.0",
"@types/supertest": "^2.0.12",
"fastify": "^4.22.2",
"gts": "^5.0.1",
"jest": "^29.6.4",
"mongodb-memory-server": "^8.15.1",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
}
}