mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
18 lines
308 B
JSON
18 lines
308 B
JSON
{
|
|
"$schema": "../../../schemas/module-config.schema.json",
|
|
"name": "@base/object",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts"
|
|
},
|
|
"./internal": {
|
|
"types": "./src/internal-index.ts"
|
|
}
|
|
}
|
|
}
|