{
  "name": "@vibecuting/video-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"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org",
    "access": "public"
  },
  "scripts": {
    "lint": "node ../../../scripts/run-eslint.mjs .",
    "lint:fix": "node ../../../scripts/run-eslint.mjs . --fix",
    "typecheck": "pnpm exec tsc -p tsconfig.json --noEmit",
    "test": "pnpm exec vitest run"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.8.0",
    "@types/node": "20.12.2",
    "typescript": "5.9.3",
    "vitest": "^4.1.0"
  }
}
