{
  "name": "urdf-loader",
  "version": "0.12.7",
  "description": "URDF Loader for THREE.js and webcomponent viewer",
  "main": "src/URDFLoader.js",
  "type": "module",
  "scripts": {
    "start": "concurrently \"rollup -w -c\" \"vite --config ./vite.config.js\"",
    "build": "rollup -c",
    "build-examples": "vite build --config ./vite.config.js",
    "test": "vitest run",
    "lint": "eslint \"./src/*.js\" \"./test/*.js\" && tsc -p tsconfig.json --noEmit",
    "prepublishOnly": "npm run build"
  },
  "files": [
    "src/*",
    "umd/*"
  ],
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gkjohnson/urdf-loaders.git"
  },
  "bugs": {
    "url": "https://github.com/gkjohnson/urdf-loaders/issues"
  },
  "homepage": "https://github.com/gkjohnson/urdf-loaders#readme",
  "keywords": [
    "javascript",
    "threejs",
    "graphics",
    "ros",
    "robotics",
    "urdf",
    "urdf-models",
    "webcomponents"
  ],
  "peerDependencies": {
    "three": ">=0.152.0"
  },
  "devDependencies": {
    "@eslint/js": "^9.19.0",
    "@rollup/plugin-node-resolve": "^16.0.0",
    "@types/three": "^0.164.0",
    "@vitest/eslint-plugin": "^1.1.25",
    "@webcomponents/webcomponentsjs": "^2.4.4",
    "concurrently": "^6.2.1",
    "eslint": "^9.19.0",
    "globals": "^15.14.0",
    "jsdom": "^28.1.0",
    "node-fetch": "^3.0.0",
    "vite": "^6.2.2",
    "rollup": "^4.32.0",
    "three": "^0.164.1",
    "typescript": "^5.7.3",
    "vitest": "^3.0.4"
  },
  "dependencies": {}
}
