UNPKG

arch-unit-ts

Version:
77 lines (76 loc) 2.21 kB
{ "name": "arch-unit-ts", "version": "1.0.9", "description": "arch-unit-ts", "license": "Apache-2.0", "author": { "name": "Tristan Eyma." }, "engines": { "node": ">=18.18.2" }, "main": "dist/main.js", "typings": "src/main/main.ts", "cacheDirectories": [ "node_modules" ], "scripts": { "build": "tsc", "jest": "jest src/test/javascript/spec --logHeapUsage --maxWorkers=2 --no-cache", "test": "npm run jest --", "test:watch": "jest --watch", "test:watch:all": "jest --watchAll", "eslint:check": "eslint './**/*.{ts,js}'", "eslint:ci": "eslint './**/*.{ts,js}'", "eslint:fix": "eslint './**/*.{ts,js}' --fix", "prepare": "husky install", "prettier:check": "prettier --check '{,src/**/}*.{md,json,yml,xml}'", "prettier:format": "prettier --write '{,src/**/}*.{md,json,yml,xml}'", "format:check": "npm run prettier:check && npm run eslint:check", "version:patch": "npm version patch --git-tag-version false", "version:minor": "npm version minor --git-tag-version false", "version:major": "npm version major --git-tag-version false", "dopublish": "npm i && npm run build && npm publish" }, "devDependencies": { "@prettier/plugin-xml": "3.4.1", "@types/jest": "29.5.13", "@typescript-eslint/eslint-plugin": "7.9.0", "@typescript-eslint/parser": "7.9.0", "eslint": "8.57.1", "eslint-import-resolver-typescript": "3.6.3", "eslint-plugin-import": "2.31.0", "eslint-plugin-prettier": "5.2.1", "husky": "8.0.3", "jest": "29.7.0", "lint-staged": "15.2.10", "prettier": "3.0.3", "prettier-plugin-java": "2.6.4", "prettier-plugin-packagejson": "2.5.3", "ts-jest": "29.2.5", "typescript": "5.6.3" }, "dependencies": { "file-path-filter": "3.0.2", "ts-morph": "24.0.0", "typescript-memoize": "1.1.1" }, "keywords": [ "arch", "arch-unit", "architecture", "architecturehexagonale", "automation", "hexagonale", "hexagonalearchitecture", "test", "testing", "ts", "typescript", "unit" ], "repository": { "type": "git", "url": "https://github.com/arch-unit-ts/arch-unit-ts" } }