mirror of
https://github.com/galacean/engine.git
synced 2026-06-02 00:31:57 +08:00
34 lines
782 B
JSON
34 lines
782 B
JSON
{
|
|
"name": "@galacean/engine-backup",
|
|
"version": "0.0.0-experimental-backup.5",
|
|
"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",
|
|
"files": [
|
|
"dist/**/*",
|
|
"types/**/*"
|
|
],
|
|
"umd": {
|
|
"name": "GalaceanBackup"
|
|
},
|
|
"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:*"
|
|
}
|
|
}
|