UNPKG

smh-mongoose-utils

Version:
64 lines (63 loc) 1.66 kB
{ "name": "smh-mongoose-utils", "version": "0.0.3", "description": "Mongoose utilities", "main": "lib/index.js", "types": "lib/index.d.ts", "scripts": { "test": "jest --config jestconfig.json", "build": "tsc", "format": "prettier --write \"src/**/*.ts\"", "lint": "npx eslint .", "prepare": "npm run build", "prepublishOnly": "npm test && npm run lint", "preversion": "npm run lint", "version": "npm run format && git add -A src", "postversion": "git push && git push --tags" }, "repository": { "type": "git", "url": "https://github.com/smuniharish/smh-mongoose-utils.git" }, "bugs": { "url": "https://github.com/smuniharish/smh-mongoose-utils.git/issues" }, "homepage": "https://github.com/smuniharish/smh-mongoose-utils.git#readme", "keywords": [ "smh-ajv-utils", "ajv", "utils", "ajv-formats", "ajv-keywords", "formats", "keywords" ], "author": "S MUNI HARISH (smuniharish) <samamuniharish@gmail.com> (https://github.com/smuniharish/)", "license": "MIT", "devDependencies": { "@babel/parser": "^7.28.0", "@types/jest": "^30.0.0", "@types/uuid": "^10.0.0", "@typescript-eslint/eslint-plugin": "^8.37.0", "@typescript-eslint/parser": "^8.37.0", "eslint": "^9.31.0", "jest": "^30.0.4", "prettier": "^3.6.2", "ts-jest": "^29.4.0", "tslint": "^6.1.3", "tslint-config-prettier": "^1.18.0", "typescript": "^5.8.3" }, "files": [ "lib/**/*" ], "publishConfig": { "access": "public" }, "dependencies": { "mongoose": "^8.16.3" }, "peerDependencies": { "mongodb":"^6.17.0" } }