{
  "name": "@aphro/codegen-cli",
  "version": "0.3.10",
  "main": "bin/cli.js",
  "type": "module",
  "bin": {
    "aphro": "./bin/cli.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/tantaman/aphrodite.git",
    "directory": "packages/codegen-cli"
  },
  "dependencies": {
    "@aphro/codegen": "workspace:*",
    "@aphro/codegen-api": "workspace:*",
    "@aphro/codegen-sql": "workspace:*",
    "@aphro/codegen-ts": "workspace:*",
    "@aphro/graphql-codegen": "workspace:*",
    "@aphro/graphql-grammar": "workspace:*",
    "@aphro/mutation-codegen": "workspace:*",
    "@aphro/mutation-grammar": "workspace:*",
    "@aphro/schema": "workspace:*",
    "@aphro/schema-api": "workspace:*",
    "@strut/counter": "^0.0.11",
    "@strut/utils": "^0.1.1",
    "chalk": "^5.0.1",
    "command-line-args": "^5.2.1",
    "command-line-usage": "^6.1.3",
    "md5": "^2.3.0",
    "prettier": "^2.7.1"
  },
  "devDependencies": {
    "@babel/core": "^7.18.13",
    "@babel/preset-env": "^7.18.10",
    "@types/jest": "^28.1.8",
    "@types/node": "^18.7.13",
    "@types/prettier": "^2.7.0",
    "@typescript-eslint/typescript-estree": "^5.35.1",
    "jest": "^29.0.1",
    "typescript": "^4.8.2"
  },
  "scripts": {
    "clean": "tsc --build --clean",
    "build": "tsc --build",
    "watch": "tsc --build -w",
    "test": "node --experimental-vm-modules ./node_modules/jest/bin/jest.js",
    "deep-clean": "rm -rf ./bin || true && rm tsconfig.tsbuildinfo || true"
  },
  "jest": {
    "testMatch": [
      "**/__tests__/**/*.test.js"
    ]
  }
}
