fastify-mongoose-api
Version:
API for Mongoose models in one line of code
53 lines (52 loc) • 1.33 kB
JSON
{
"name": "fastify-mongoose-api",
"version": "1.2.28",
"description": "API for Mongoose models in one line of code",
"main": "fastify-mongoose-api.js",
"scripts": {
"test": "tap -j1 --allow-incomplete-coverage ./test/*.test.js",
"coverage": "tap -j1 ./test/*.test.js",
"lint": "eslint \"src/**/*.[jt]s?(x)\" \"test/**/*.?(c)[jt]s\"",
"lint:fix": "npm run lint -- --fix"
},
"repository": "https://github.com/jeka-kiselyov/fastify-mongoose-api.git",
"keywords": [
"fastify",
"mongoose",
"mongodb",
"mongo",
"rest",
"api",
"crud"
],
"author": "Jeka Kiselyov",
"contributors": [
{
"name": "Emiliano Bruni",
"url": "https://github.com/EmilianoBruni",
"author": true
}
],
"license": "MIT",
"dependencies": {
"fastify": "^5.2.1",
"fastify-plugin": "^5.0.1",
"import-sync": "^2.2.3",
"mongoose": "^8.11.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@eslint/js": "^9.25.0",
"eslint": "^9.21.0",
"eslint-config-prettier": "^10.0.2",
"eslint-plugin-prettier": "^5.1.3",
"globals": "^16.0.0",
"grunt": "^1.6.1",
"grunt-contrib-watch": "^1.1.0",
"grunt-env": "^1.0.1",
"grunt-eslint": "^25.0.0",
"grunt-tape": "^0.1.0",
"prettier": "^3.5.2",
"tap": "^21.1.0"
}
}