{
  "name": "@helix3/helix-cli",
  "version": "0.1.14-helix3.166",
  "description": "helix — the HELIX creator CLI: scaffold, validate, and publish Instant Worlds",
  "main": "dist/lib.js",
  "types": "dist/lib.d.ts",
  "exports": {
    ".": {
      "types": "./dist/lib.d.ts",
      "default": "./dist/lib.js"
    },
    "./glb": {
      "types": "./dist/glb/index.d.ts",
      "default": "./dist/glb/index.js"
    },
    "./package.json": "./package.json"
  },
  "typesVersions": {
    "*": {
      "glb": [
        "dist/glb/index.d.ts"
      ]
    }
  },
  "bin": {
    "helix": "dist/index.js"
  },
  "files": [
    "assets",
    "dist",
    "vendor"
  ],
  "scripts": {
    "build": "tsc -p tsconfig.build.json",
    "lint": "eslint \"src/**/*.ts\"",
    "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
    "qa:vault-lifecycle": "npm run build && node scripts/run-vault-lifecycle-qa.mjs",
    "check:dev-links": "node scripts/check-dev-links.mjs",
    "check:text-sources": "python3 scripts/check-text-sources.py"
  },
  "dependencies": {
    "@gltf-transform/core": "^4.4.0",
    "@gltf-transform/extensions": "^4.4.0",
    "@gltf-transform/functions": "^4.4.0",
    "@hypersoniclabs/helix-manifest": "npm:@helix3/helix-manifest@0.3.21-helix3.60",
    "@hypersoniclabs/helix-sdk": "npm:@helix3/helix-sdk@0.1.3-helix3.87",
    "commander": "^13.0.0",
    "ktx2-encoder": "^0.5.3",
    "meshoptimizer": "^0.22.0",
    "playwright": "^1.61.1",
    "sharp": "^0.35.3",
    "three": "^0.180.0",
    "watlas": "^1.0.1",
    "yauzl": "^3.4.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "@types/node": "^22.10.0",
    "@types/three": "^0.180.0",
    "@types/yauzl": "^2.10.3",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "~5.7.3"
  },
  "jest": {
    "moduleFileExtensions": [
      "js",
      "json",
      "ts"
    ],
    "moduleNameMapper": {
      "^property-graph$": "<rootDir>/character/testutil/propertyGraphJestShim.cjs"
    },
    "rootDir": "src",
    "testRegex": ".*\\.spec\\.ts$",
    "transform": {
      "^.+\\.ts$": "ts-jest"
    },
    "testEnvironment": "node"
  },
  "license": "MIT",
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  }
}
