mirror of
https://github.com/galacean/engine.git
synced 2026-06-02 08:40:12 +08:00
37 lines
887 B
JSON
37 lines
887 B
JSON
{
|
|
"name": "@galacean/engine",
|
|
"version": "2.0.0-alpha.33",
|
|
"publishConfig": {
|
|
"access": "public",
|
|
"registry": "https://registry.npmjs.org"
|
|
},
|
|
"license": "MIT",
|
|
"scripts": {
|
|
"b:types": "tsc"
|
|
},
|
|
"types": "types/index.d.ts",
|
|
"main": "dist/main.js",
|
|
"module": "dist/module.js",
|
|
"browser": "dist/browser.js",
|
|
"unpkg": "dist/bundled.module.min.js",
|
|
"jsdelivr": "dist/bundled.module.min.js",
|
|
"files": [
|
|
"dist/**/*",
|
|
"types/**/*"
|
|
],
|
|
"umd": {
|
|
"name": "Galacean"
|
|
},
|
|
"homepage": "https://galacean.antgroup.com/",
|
|
"repository": {
|
|
"url": "https://github.com/galacean/engine"
|
|
},
|
|
"dependencies": {
|
|
"@galacean/engine-core": "workspace:*",
|
|
"@galacean/engine-loader": "workspace:*",
|
|
"@galacean/engine-math": "workspace:*",
|
|
"@galacean/engine-rhi-webgl": "workspace:*",
|
|
"@galacean/engine-shader": "workspace:*"
|
|
}
|
|
}
|