Files
cocos-engine/pal/utils/package.json
2023-09-20 16:36:11 +08:00

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