UNPKG

@datr.tech/leith-manual-pkg-integration-test

Version:

A manual integration test for the @datr.tech cargo, leith and parcel packages

103 lines (102 loc) 3.82 kB
{ "name": "@datr.tech/leith-manual-pkg-integration-test", "version": "0.4.2", "private": false, "description": "A manual integration test for the @datr.tech cargo, leith and parcel packages", "keywords": [ "@app-lmpit", "@datr.tech", "cargo", "leith", "manual", "parcel" ], "homepage": "https://github.com/datr.tech/leith-manual-pkg-integration-test", "repository": { "type": "git", "url": "git+https://github.com/datr.tech/leith-manual-pkg-integration-test.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/*", "precommit": "npm-run-all format lint spell", "commit-msg": "commitlint --edit", "format:config": "npx prettier --write './*.{cjs,js,json,mjs,ts}'", "format:src": "npx prettier --write './src/**/*.{json,ts}'", "format": "npm-run-all format:config format:src", "lint": "npx eslint --fix", "preversion": "npm-run-all format lint spell", "version": "npm-run-all build changelog", "postversion": "git push origin master --tags --no-verify", "prepare": "husky", "prepush": "npm run lint", "spell": "npx cspell .", "test:it": "node ./dist/index.js", "test:unit": "npx tsx ./src/index.ts", "test": "npm run test:unit" }, "dependencies": { "@datr.tech/cargo-router-validation-schemas": "^0.4.0", "@datr.tech/cargo-router-validation-schemas-dolomite": "^0.4.0", "@datr.tech/cargo-router-validation-schemas-entity": "^0.4.0", "@datr.tech/cargo-router-validation-schemas-freight": "^0.4.0", "@datr.tech/cargo-router-validation-schemas-granul8": "^0.4.0", "@datr.tech/cargo-router-validation-schemas-persona": "^0.4.0", "@datr.tech/cargo-router-validation-schemas-proc": "^0.4.0", "@datr.tech/leith-common-logger": "^0.4.0", "@datr.tech/leith-common-services": "^0.4.0", "@datr.tech/leith-config-api-ports": "^0.4.5", "@datr.tech/leith-config-api-router-options": "^0.4.0", "@datr.tech/parcel-model-schemas": "^0.4.0", "@datr.tech/parcel-model-schemas-common-fields": "^0.4.0", "@datr.tech/parcel-model-schemas-dolomite": "^0.5.0", "@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", "@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.14", "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", "webpack": "^5.94.0", "webpack-cli": "^5.1.4" }, "engines": { "node": ">=20.0.9", "npm": ">=10.1.0" } }