{
  "name": "three-async-gltf-loader",
  "version": "1.0.0",
  "author": "juunini",
  "license": "MIT",
  "repository": "https://github.com/juunini/three-async-gltf-loader",
  "homepage": "https://github.com/juunini/three-async-gltf-loader",
  "main": "index.js",
  "module": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "three",
    "threejs",
    "gltf",
    "glb",
    "loader",
    "async",
    "promise"
  ],
  "scripts": {
    "build": "tsc"
  },
  "devDependencies": {
    "@types/three": "^0.146.0",
    "bun-types": "^0.2.0",
    "typescript": "^4.9.4"
  },
  "dependencies": {
    "three": "^0.148.0"
  }
}