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