Files
learning-system-mobile/package.json
2024-07-26 17:55:38 +08:00

39 lines
812 B
JSON

{
"name": "mobile",
"version": "1.0.0",
"description": "移动端代码",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/mobile.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"uni-app": {
"scripts": {
"h5:testing": {
"BROWSER": "Chrome",
"title": "build:testing",
"env": {
"UNI_PLATFORM": "h5",
"ENV_TYPE": "testing"
},
"define": {}
},
"h5:preview": {
"BROWSER": "Chrome",
"title": "build:preview",
"env": {
"UNI_PLATFORM": "h5",
"ENV_TYPE": "preview"
},
"define": {}
}
}
}
}