@kensingtontech/typegoose-auto-increment
Version:
Automaticly Increment properties
90 lines (89 loc) • 2.43 kB
JSON
{
"name": "@kensingtontech/typegoose-auto-increment",
"version": "1.2.0",
"description": "Automaticly Increment properties",
"main": "lib/autoIncrement.js",
"types": "lib/autoIncrement.d.ts",
"engines": {
"node": ">=12.22.0"
},
"files": [
"lib/**/*.js",
"lib/**/*.d.ts"
],
"scripts": {
"build": "tsc -p tsconfig.build.json",
"build:tests": "tsc -p tsconfig.json",
"lint": "eslint -c ./.eslintrc.js './**/*.{js,ts}'",
"test": "jest",
"test:watch": "jest --watchAll",
"test:coverage": "jest --collectCoverage",
"test:watchCoverage": "jest --collectCoverage --watch",
"clean": "rimraf lib .tsbuildinfo coverage doc build",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/typegoose/auto-increment.git"
},
"author": "hasezoey <hasezoey@gmail.com>",
"contributors": [],
"license": "MIT",
"peerDependencies": {
"mongoose": "~6.2.3"
},
"devDependencies": {
"@commitlint/cli": "^16.2.1",
"@commitlint/config-conventional": "^16.2.1",
"@semantic-release/changelog": "^5.0.1",
"@semantic-release/commit-analyzer": "^8.0.1",
"@semantic-release/git": "^9.0.0",
"@semantic-release/github": "^7.2.3",
"@semantic-release/npm": "^7.1.3",
"@semantic-release/release-notes-generator": "^9.0.3",
"@typegoose/typegoose": "~9.7.0",
"@types/jest": "^27.4.1",
"@types/node": "~12.12.6",
"@typescript-eslint/eslint-plugin": "^5.12.1",
"@typescript-eslint/parser": "^5.12.1",
"commitlint": "^16.2.1",
"eslint": "^8.9.0",
"eslint-config-prettier": "^8.4.0",
"eslint-plugin-prettier": "^4.0.0",
"husky": "^7.0.4",
"jest": "^27.5.1",
"lint-staged": "^11.2.6",
"mongodb-memory-server": "^8.4.0",
"mongoose": "~6.2.3",
"prettier": "^2.5.1",
"rimraf": "3.0.2",
"semantic-release": "^17.4.7",
"ts-jest": "^27.1.3",
"typescript": "~4.4.4"
},
"dependencies": {
"loglevel": "^1.8.0",
"tslib": "^2.0.3"
},
"publishConfig": {
"access": "public"
},
"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"
}