UNPKG

@datr.tech/leith-common-seeders

Version:

A Leith package of common mongoose model seeders

98 lines (97 loc) 3.28 kB
{ "name": "@datr.tech/leith-common-seeders", "version": "0.3.9", "private": false, "description": "A Leith package of common mongoose model seeders", "keywords": [ "@app-lcs2", "@datr.tech", "common", "db", "leith", "model", "mongoose", "seeders", "typescript" ], "homepage": "https://github.com/datr.tech/leith-common-seeders", "repository": { "type": "git", "url": "git+https://github.com/datr.tech/leith-common-seeders.git" }, "license": "MIT", "author": "admin <admin@datr.tech>", "scripts": { "prebuild": "npm run clean", "build": "npx tsc && npx resolve-tspaths", "prechangelog": "git add ./package.json", "changelog": "npx auto-changelog", "postchangelog": "npm-run-all changelog:add changelog:commit", "changelog:add": "git add ./CHANGELOG.md", "changelog:commit": "git commit -m 'ci: update changelog' --no-verify", "clean": "npx rimraf ./coverage/* ./dist/*", "commit-msg": "commitlint --edit", "format:config": "npx prettier --write './*.{cjs,js,json,mjs,ts}'", "format:src": "npx prettier --write './src/**/*.{json,ts}'", "format:test": "npx prettier --write './test/**/*.{json,ts}'", "format": "npm-run-all format:config format:src format:test", "lint": "npx eslint --fix", "preversion": "npm-run-all format lint spell test", "version": "npm-run-all build test:it changelog", "postversion": "git push origin master --tags --no-verify", "precommit": "npm-run-all format lint spell", "prepare": "husky", "prepush": "npm run test", "spell": "npx cspell .", "test:it": "npx jest -c ./jest.config.integration.json ./test/integration", "test:unit": "npx jest -c ./jest.config.unit.json ./test/unit --coverage", "test": "npm run test:unit" }, "dependencies": { "@types/node": "^22.7.6" }, "devDependencies": { "@commitlint/cli": "^19.8.0", "@commitlint/config-conventional": "^19.8.0", "@datr.tech/parcel-model-schemas-dolomite": "^0.5.2", "@datr.tech/parcel-model-schemas-entity": "^0.4.0", "@datr.tech/parcel-model-schemas-freight": "^0.4.0", "@datr.tech/parcel-model-schemas-granul8": "^0.4.0", "@datr.tech/parcel-model-schemas-persona": "^0.4.0", "@datr.tech/parcel-model-schemas-proc": "^0.5.0", "@eslint/compat": "^1.1.1", "@eslint/eslintrc": "^3.1.0", "@eslint/js": "^9.10.0", "@jest/globals": "^29.7.0", "@types/jest": "^29.5.13", "auto-changelog": "^2.5.0", "cspell": "^8.18.1", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "husky": "^9.1.7", "jest": "^29.7.0", "mockingoose": "^2.16.2", "mongoose": "^8.14.1", "nock": "^14.0.4", "npm-run-all": "^4.1.5", "prettier": "^3.3.3", "prettier-plugin-organize-imports": "^4.1.0", "prettier-plugin-sort-json": "^4.1.1", "resolve-tspaths": "^0.8.23", "rimraf": "^6.0.1", "ts-jest": "^29.2.5", "ts-loader": "^9.5.1", "ts-node": "^10.9.2", "tsx": "^4.19.1", "typescript": "^5.6.2", "typescript-eslint": "^8.6.0" }, "peerDependencies": { "@datr.tech/leith-common-logger": "^0.4.0" }, "engines": { "node": ">=20.0.9", "npm": ">=10.1.0" }, "main": "./dist/index.js" }