UNPKG

stagify

Version:

mongoose aggregate pipeline parser

59 lines (58 loc) 1.43 kB
{ "name": "stagify", "version": "1.1.2", "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": "^8.15.2", "qs": "^6.14.0" }, "devDependencies": { "@types/jest": "^29.5.14", "@types/node": "^24.0.1", "@types/qs": "^6.14.0", "@typescript-eslint/eslint-plugin": "^8.34.0", "@typescript-eslint/parser": "^8.34.0", "dotenv": "^16.5.0", "eslint": "^9.29.0", "eslint-config-prettier": "^10.1.5", "jest": "^30.0.0", "prettier": "^3.5.3", "ts-jest": "^29.4.0", "ts-node": "^10.9.2", "typescript": "^5.8.3" }, "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" }