{
  "name": "wasp-ts-inspect",
  "version": "0.24.0",
  "type": "module",
  "author": "Wasp Team",
  "license": "MIT",
  "bin": "dist/index.js",
  "main": "dist/index.js",
  "scripts": {
    "build": "npx tsc",
    "start": "node ./dist/index.js",
    "test": "vitest run",
    "test:watch": "vitest"
  },
  "dependencies": {
    "json5": "^2.2.3",
    "typescript": "^5.1.3",
    "zod": "^4.3.6"
  },
  "devDependencies": {
    "@types/node": "^22.17.0",
    "@typescript-eslint/eslint-plugin": "^5.48.0",
    "@typescript-eslint/parser": "^5.48.0",
    "eslint": "^8.31.0",
    "vitest": "^4.0.8"
  },
  "//": [
    "typescript is purposefully a normal dependency, and not a dev dependency:",
    "the compiler is called at runtime to extract information from JS/TS files."
  ]
}
