mirror of
https://github.com/galacean/engine.git
synced 2026-05-09 16:27:45 +08:00
29 lines
621 B
JSON
29 lines
621 B
JSON
{
|
|
"name": "@galacean/engine-loader",
|
|
"version": "1.3.25",
|
|
"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/**/*"
|
|
],
|
|
"dependencies": {
|
|
"@galacean/engine-core": "workspace:*",
|
|
"@galacean/engine-math": "workspace:*",
|
|
"@galacean/engine-rhi-webgl": "workspace:*"
|
|
}
|
|
}
|