{
  "name": "arch-unit-ts",
  "version": "1.0.12",
  "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",
    "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.2",
    "@types/jest": "30.0.0",
    "@types/node": "22.7.5",
    "@typescript-eslint/eslint-plugin": "8.62.1",
    "@typescript-eslint/parser": "8.62.1",
    "eslint": "8.57.1",
    "eslint-import-resolver-typescript": "4.4.5",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prettier": "5.5.6",
    "husky": "9.1.7",
    "jest": "30.4.2",
    "lint-staged": "17.0.8",
    "prettier": "3.9.4",
    "prettier-plugin-java": "2.10.2",
    "prettier-plugin-packagejson": "3.0.2",
    "ts-jest": "29.4.11",
    "typescript": "6.0.3"
  },
  "dependencies": {
    "file-path-filter": "3.0.2",
    "ts-morph": "28.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"
  }
}
