@typegoose/auto-increment
Version:
Automaticly Increment properties
83 lines (82 loc) • 2.1 kB
JSON
{
"name": "@typegoose/auto-increment",
"version": "5.0.1",
"description": "Automaticly Increment properties",
"main": "lib/autoIncrement.js",
"types": "lib/autoIncrement.d.ts",
"engines": {
"node": ">=20.19.0"
},
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build:tests": "tsc -p tsconfig.buildTests.json",
"lint": "eslint -c ./eslint.config.mjs \"./**/*.{js,ts,cjs,mjs,cts,mts}\"",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --collectCoverage",
"test:watchCoverage": "jest --collectCoverage --watch",
"clean": "rimraf lib .tsbuildinfo coverage doc build",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typegoose/auto-increment.git"
},
"author": "hasezoey <hasezoey@gmail.com>",
"contributors": [],
"license": "MIT",
"peerDependencies": {
"mongoose": "^9.0.0"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@typegoose/typegoose": "^13.0.0",
"@types/jest": "^30.0.0",
"@types/node": "~24.10.0",
"commitlint": "^20.2.0",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.4",
"husky": "^9.1.7",
"jest": "^30.2.0",
"lint-staged": "^16.2.7",
"mongodb-memory-server": "^11.0.0",
"mongoose": "^9.0.0",
"prettier": "^3.7.4",
"rimraf": "6.1.2",
"ts-jest": "^29.4.6",
"typescript": "~5.9.3",
"typescript-eslint": "^8.50.0"
},
"dependencies": {
"loglevel": "^1.9.2",
"tslib": "^2.8.1"
},
"publishConfig": {
"access": "public",
"provenance": true
},
"keywords": [
"typegoose",
"mongoose",
"auto-increment",
"id",
"generate",
"numeric",
"mongo",
"mongodb",
"db",
"auto",
"increment",
"incremented"
],
"bugs": {
"url": "https://github.com/typegoose/auto-increment/issues"
},
"homepage": "https://github.com/typegoose/auto-increment"
}