mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-06 15:48:37 +08:00
19 lines
358 B
JSON
19 lines
358 B
JSON
{
|
|
"$schema": "../../../schemas/module-config.schema.json",
|
|
"name": "@base/debug",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {
|
|
"build": "node ./scripts/build-debug-infos.js"
|
|
},
|
|
"license": "MIT",
|
|
"exports": {
|
|
".": {
|
|
"types": "./src/index.ts"
|
|
},
|
|
"./internal": {
|
|
"types": "./src/internal-index.ts"
|
|
}
|
|
}
|
|
}
|