mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
23 lines
499 B
JSON
23 lines
499 B
JSON
{
|
|
"$schema": "../../schemas/module-config.schema.json",
|
|
"name": "@pal/env",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts",
|
|
"native": "./src/native/env.ts",
|
|
"web": "./src/web/env.ts",
|
|
"minigame": {
|
|
"default": "./src/minigame/env.ts",
|
|
"oppo": "./src/runtime/env.ts",
|
|
"vivo": "./src/runtime/env.ts",
|
|
"huawei": "./src/runtime/env.ts"
|
|
}
|
|
}
|
|
}
|
|
}
|