{
  "name": "three-janitor",
  "version": "2.0.1",
  "source": "src/index.ts",
  "main": "dist/index.js",
  "module": "dist/module.js",
  "author": "Alex Pineda <586716+alexpineda@users.noreply.github.com>",
  "repository": "https://github.com/alexpineda/three-janitor",
  "context": "browser",
  "license": "MIT",
  "scripts": {
    "build": "rollup -c",
    "test": "yarn jest",
    "test:debug": "node --inspect-brk ./node_modules/jest/bin/jest.js --runInBand",
    "publish:dry-run": "yarn test && yarn build && npm publish --dry-run",
    "publish": "yarn test && yarn build && npm publish"
  },
  "peerDependencies": {
    "three": ">0.120.0"
  },
  "devDependencies": {
    "@rollup/plugin-typescript": "^8.4.0",
    "@types/three": "0.144.0",
    "jest": "^29.0.3",
    "jest-environment-jsdom": "^29.0.3",
    "rollup": "^2.79.0",
    "three": ">0.120.0",
    "ts-jest": "^29.0.1",
    "tslib": "^2.4.0",
    "typescript": "^4.7.0"
  }
}