Files
cocos-engine/cocos/base/object/package.json
2023-10-12 11:55:48 +08:00

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"
}
}
}