vanta-api
Version:
Advanced API features and security configuration for Node.js/MongoDB.
32 lines (31 loc) • 673 B
JSON
{
"name": "vanta-api",
"version": "1.2.4",
"description": "Advanced API features and security configuration for Node.js/MongoDB.",
"main": "index.js",
"scripts": {
"postinstall": "node bin/create-security-config.js",
"test": "jest",
"start": "node index.js"
},
"keywords": [
"api",
"mongodb",
"mongoose",
"aggregation",
"security",
"nodejs"
],
"author": "Alireza Aghaee",
"license": "MIT",
"dependencies": {
"bson": "^6.10.3",
"mongoose": "^7.0.0",
"pluralize": "^8.0.0",
"winston": "^3.0.0"
},
"devDependencies": {
"jest": "^29.0.0"
},
"type": "module"
}