{
  "name": "troika-types",
  "version": "0.0.6",
  "description": "Troika - a framework for managing Three.js scenes using point-in-time descriptors. Includes support for automatic transitions, animations, and pointer events.",
  "author": "Jason Johnston <jason@lojjic.com>",
  "license": "MIT",
  "files": [
    "packages/**/dist/**/*.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dli7319/troika.git"
  },
  "devDependencies": {
    "@ampproject/rollup-plugin-closure-compiler": "^0.26.0",
    "@babel/core": "^7.12.16",
    "@babel/preset-env": "^7.12.16",
    "@babel/preset-react": "^7.12.13",
    "@commitlint/cli": "^11.0.0",
    "@commitlint/config-conventional": "^11.0.0",
    "@rollup/plugin-commonjs": "^11.0.0",
    "@rollup/plugin-typescript": "^12.1.4",
    "@types/three": "^0.180.0",
    "acorn": "^6.4.2",
    "babel-jest": "^26.6.3",
    "eslint": "^8.30.0",
    "eslint-plugin-jest": "^27.1.7",
    "event-target-polyfill": "^0.0.3",
    "husky": "^5.0.9",
    "jest": "^26.6.3",
    "lerna": "^4.0.0",
    "mitt": "^1.2.0",
    "node-fetch": "^2.6.0",
    "postcss": "^8.2.6",
    "rollup": "^2.39.0",
    "rollup-plugin-buble": "^0.19.8",
    "rollup-plugin-json": "^4.0.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-postcss": "^4.0.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-serve": "^1.1.0",
    "rollup-plugin-string": "^3.0.0",
    "rollup-plugin-terser": "^7.0.2",
    "rollup-plugin-visualizer": "^4.2.0",
    "rollup-watch": "^4.3.1",
    "typescript": "^5.9.2",
    "uuid-v4": "^0.1.0"
  },
  "scripts": {
    "build": "lerna exec --ignore=troika-examples -- rollup -c \\$LERNA_ROOT_PATH/rollup.config.js"
  }
}
