Files
mattlution/package.json
2025-08-11 22:55:39 +08:00

45 lines
1.2 KiB
JSON

{
"name": "cn.pandorastudio.mattlution",
"displayName": "问·想",
"version": "2.0.3.9",
"description": "问道,想道",
"scripts": {
"test": "node beforebuild.js && cordova run --emulator android",
"build": "cordova build android",
"init": "cordova platform rm android && cordova platform add android && npm run test"
},
"author": "yuantao",
"license": "Apache-2.0",
"devDependencies": {
"@babel/core": "^7.22.9",
"@babel/preset-env": "^7.22.9",
"cordova-android": "^12.0.0",
"cordova-clipboard-plugin": "^0.0.3",
"cordova-plugin-statusbar": "^3.0.0",
"cordova-plugin-vibration": "^3.1.1",
"ftp": "^0.3.10"
},
"cordova": {
"plugins": {
"cordova-plugin-vibration": {},
"cordova-plugin-file": {},
"cordova-plugin-statusbar": {},
"cordova-clipboard-plugin": {},
"com.verso.cordova.clipboard": {},
"cordova-plugin-file-transfer": {},
"cordova-plugin-file-opener2": {},
"cordova-plugin-appversion": {}
},
"platforms": [
"android"
]
},
"updateLog": {
"add": [
"版本更新日志"
],
"fix": [
"用户可以长按选择文字的问题"
]
}
}