{
  "name": "@react-three/gltfjsx",
  "version": "4.3.4",
  "description": "GLTF to JSX converter",
  "scripts": {
    "test": "node src/test"
  },
  "keywords": [
    "gltf",
    "jsx",
    "react",
    "fiber",
    "three",
    "threejs"
  ],
  "author": "Paul Henschel",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/gltfjsx.git"
  },
  "bugs": {
    "url": "https://github.com/pmndrs/gltfjsx/issues"
  },
  "homepage": "https://github.com/pmndrs/gltfjsx#readme",
  "bin": "cli.js",
  "main": "src/utils/main.js",
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "@gltf-transform/core": "^0.12.4",
    "@gltf-transform/extensions": "^0.12.4",
    "@gltf-transform/functions": "^0.12.4",
    "@react-spring/core": "^9.2.4",
    "@react-spring/web": "^9.2.4",
    "draco3dgltf": "1.4.1",
    "import-jsx": "^4.0.0",
    "ink": "^3.0.9",
    "is-var-name": "^2.0.0",
    "jsdom": "16.6.0",
    "jsdom-global": "3.0.2",
    "meow": "7.1.1",
    "prettier": "^2.3.2",
    "react": "^17.0.0",
    "three": "0.122.0",
    "use-error-boundary": "2.0.6"
  },
  "devDependencies": {
    "@ava/babel": "^1.0.1",
    "@babel/preset-env": "^7.11.5",
    "@babel/preset-react": "^7.10.4",
    "@babel/register": "^7.11.5",
    "chalk": "^4.1.1",
    "eslint-config-xo-react": "^0.23.0",
    "eslint-plugin-react": "^7.21.3",
    "eslint-plugin-react-hooks": "^4.1.2",
    "fast-glob": "^3.2.7",
    "fs-extra": "^9.0.1",
    "husky": "^4.3.0",
    "ink-testing-library": "^2.1.0",
    "lint-staged": "^10.4.0"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ]
  },
  "husky": {
    "hooks": {
      "pre-commit": "npx lint-staged"
    }
  },
  "prettier": {
    "semi": false,
    "trailingComma": "es5",
    "singleQuote": true,
    "jsxBracketSameLine": true,
    "tabWidth": 2,
    "printWidth": 120
  },
  "lint-staged": {
    "*.{js,jsx,ts,tsx}": [
      "prettier --write"
    ]
  },
  "collective": {
    "type": "opencollective",
    "url": "https://opencollective.com/react-three-fiber"
  }
}
