{ "name": "@galacean/engine-loader", "version": "0.0.0-experimental-2.0-game.4", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "repository": { "url": "https://github.com/galacean/engine.git" }, "license": "MIT", "types": "types/index.d.ts", "scripts": { "b:types": "tsc" }, "main": "dist/main.js", "module": "dist/module.js", "debug": "src/index.ts", "files": [ "dist/**/*", "types/**/*", "libs/**/*" ], "dependencies": { "@galacean/engine-core": "workspace:*", "@galacean/engine-math": "workspace:*", "@galacean/engine-rhi-webgl": "workspace:*" } }