UNPKG

fastify-mongoose-rest

Version:

Rest API generator tools for fastify and mongoose

31 lines (30 loc) 670 B
{ "name": "fastify-mongoose-rest", "version": "1.0.3", "description": "Rest API generator tools for fastify and mongoose", "main": "index.js", "scripts": { "test": "jest --coverage" }, "repository": { "type": "git", "url": "https://github.com/J3573R/fastify-mongoose-rest" }, "keywords": [ "fastify", "mongoose", "rest", "api" ], "author": "Tommi Hagelberg", "license": "MIT", "devDependencies": { "@types/jest": "^24.0.24", "eslint": "^6.7.1", "eslint-config-airbnb-base": "^14.0.0", "eslint-plugin-import": "^2.18.2", "fastify": "^2.11.0", "jest": "^24.9.0", "mongoose": "^5.8.1" } }