mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-14 23:11:06 +00:00
20 lines
541 B
JSON
20 lines
541 B
JSON
{
|
|
"name": "xiaomi-adapter",
|
|
"version": "1.0.0",
|
|
"build-template": "xiaomigame",
|
|
"scripts": {
|
|
"build": "quickgame build --cocos-wx-game --include-file-ext .pem,.pkm,.webp",
|
|
"release": "quickgame release --cocos-wx-game --include-file-ext .pem,.pkm,.webp",
|
|
"server": "quickgame server",
|
|
"debug": "quickgame debug"
|
|
},
|
|
"babel": {
|
|
"plugins": [
|
|
"babel-plugin-transform-remove-strict-mode"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"quickgame-cli": "^0.1.10"
|
|
}
|
|
}
|