{
  "name": "@omnifyjp/ts",
  "version": "6.3.11",
  "description": "TypeScript model type generator from Omnify schemas.json",
  "type": "module",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "omnify-ts": "dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "dev": "tsc --watch",
    "generate-l12": "node dist/cli.js --config ../../examples/l12/omnify.yaml",
    "test": "vitest run"
  },
  "dependencies": {
    "commander": "^13.0.0",
    "yaml": "^2.7.0",
    "zod": "^3.24.0"
  },
  "devDependencies": {
    "@types/node": "^22.0.0",
    "typescript": "^5.7.0",
    "vitest": "^4.0.18"
  },
  "files": [
    "dist"
  ],
  "license": "MIT"
}
