{
  "name": "@vibecuting/component-project-helper",
  "version": "0.1.153",
  "type": "module",
  "license": "SEE LICENSE IN LICENSE",
  "main": "./src/index.ts",
  "types": "./src/index.ts",
  "exports": {
    ".": "./src/index.ts"
  },
  "files": [
    "bin",
    "scripts",
    "src",
    "README.md",
    "package.json"
  ],
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "update-component-meta": "node ./scripts/update-component-meta.mjs",
    "update-component-skills": "node ./scripts/update-component-skills.mjs",
    "lint": "node ../../../scripts/run-eslint.mjs .",
    "lint:fix": "node ../../../scripts/run-eslint.mjs . --fix",
    "typecheck": "../../../node_modules/.bin/tsc -p tsconfig.json --noEmit",
    "test": "../../../node_modules/.bin/vitest --configLoader native run"
  },
  "dependencies": {
    "reflect-metadata": "^0.2.2",
    "typescript": "^5.9.3",
    "tsx": "^4.19.2",
    "zod": "4.1.12"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.8.0",
    "@types/node": "20.12.2",
    "vitest": "^4.1.0"
  }
}
