stagify
Version:
mongoose aggregate pipeline parser
59 lines (58 loc) • 1.49 kB
JSON
{
"name": "stagify",
"version": "1.1.0",
"description": "mongoose aggregate pipeline parser",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint \"src/**/*.ts\"",
"prepublishOnly": "npm test && npm run lint",
"preversion": "npm run lint",
"version": "npm run format && git add -A src",
"postversion": "git push && git push --tags"
},
"files": [
"lib/**/*"
],
"keywords": [
"mongodb",
"mongooose",
"express",
"fastify",
"aggregate",
"pipeline",
"parser"
],
"author": "Banly TONG",
"license": "MIT",
"dependencies": {
"mongoose": "^7.2.0",
"qs": "^6.10.1"
},
"devDependencies": {
"@types/jest": "^29.2.0",
"@types/node": "^18.11.9",
"@types/qs": "^6.9.7",
"@typescript-eslint/eslint-plugin": "^5.40.1",
"@typescript-eslint/parser": "^5.40.1",
"dotenv": "^16.0.3",
"eslint": "^8.25.0",
"eslint-config-prettier": "^8.5.0",
"jest": "^29.2.0",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"ts-node": "^10.9.1",
"typescript": "^4.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BanlyTong/stagify.git"
},
"bugs": {
"url": "https://github.com/BanlyTong/stagify/issues"
},
"homepage": "https://github.com/BanlyTong/stagify#readme"
}