mirror of
https://github.com/galacean/engine.git
synced 2026-05-08 15:57:13 +08:00
30 lines
646 B
JSON
30 lines
646 B
JSON
{
|
|
"name": "@galacean/engine-loader",
|
|
"version": "2.0.0-alpha.30",
|
|
"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:*"
|
|
}
|
|
}
|