{
  "name": "@react-three/lightmap",
  "version": "0.0.8",
  "description": "In-browser lightmap/AO baker for react-three-fiber and ThreeJS",
  "keywords": [
    "react",
    "threejs",
    "react-three-fiber",
    "r3f",
    "lightmap",
    "lightmap-baker",
    "ao",
    "ambient occlusion",
    "ao-baker"
  ],
  "main": "dist/index.js",
  "module": "dist/lightmap.esm.js",
  "typings": "dist/entry.d.ts",
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=10"
  },
  "dependencies": {
    "potpack": "^1.0.1"
  },
  "scripts": {
    "start": "tsdx watch --entry src/entry.ts",
    "build": "tsdx build --entry src/entry.ts",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build --entry src/entry.ts",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "storybook": "start-storybook -p 6006",
    "build-storybook": "build-storybook"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pmndrs/react-three-lightmap.git"
  },
  "author": "Nick Matantsev <nick.matantsev@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pmndrs/react-three-lightmap/issues"
  },
  "devDependencies": {
    "@babel/core": "^7.12.17",
    "@react-three/drei": "^7.0.0",
    "@react-three/fiber": "^6.0.0",
    "@size-limit/preset-small-lib": "^4.9.2",
    "@storybook/addon-essentials": "^6.1.18",
    "@storybook/addon-info": "^5.3.21",
    "@storybook/addon-links": "^6.1.18",
    "@storybook/addons": "^6.1.18",
    "@storybook/react": "^6.1.18",
    "@types/react": "^17.0.2",
    "@types/react-dom": "^17.0.1",
    "@types/three": "^0.128.0",
    "babel-loader": "^8.2.2",
    "husky": "^5.0.9",
    "prettier": "^2.5.1",
    "react": "^17.0.1",
    "react-dom": "^17.0.1",
    "react-is": "^17.0.1",
    "size-limit": "^4.9.2",
    "three": "^0.128.0",
    "tsdx": "^0.14.1",
    "tslib": "^2.1.0",
    "typescript": "^4.1.5"
  },
  "peerDependencies": {
    "@react-three/fiber": ">=6.0.0",
    "react": ">=16",
    "three": ">=0.128.0"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "size-limit": [
    {
      "path": "dist/lightmap.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/lightmap.esm.js",
      "limit": "10 KB"
    }
  ]
}
