@datr.tech/parcel-model-schemas-dolomite
Version:
Parcel model schemas for dolomite
86 lines (85 loc) • 2.85 kB
JSON
{
"name": "@datr.tech/parcel-model-schemas-dolomite",
"version": "0.5.2",
"private": false,
"description": "Parcel model schemas for dolomite",
"keywords": [
"@app-pmsd",
"@datr.tech",
"dolomite",
"model",
"mongoose",
"parcel",
"schemas",
"typescript"
],
"homepage": "https://github.com/datr.tech/parcel-model-schemas-dolomite",
"repository": {
"type": "git",
"url": "git+https://github.com/datr.tech/parcel-model-schemas-dolomite.git"
},
"license": "MIT",
"author": "admin <admin@datr.tech>",
"main": "./dist/index.js",
"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": {
"@datr.tech/parcel-model-schemas-common-fields": "^0.4.2",
"@types/node": "^22.7.6"
},
"devDependencies": {
"@commitlint/cli": "^19.8.0",
"@commitlint/config-conventional": "^19.8.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",
"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"
},
"engines": {
"node": ">=20.0.9",
"npm": ">=10.1.0"
}
}