You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
594 B
31 lines
594 B
{
|
|
"name": "healthycode",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "main.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"uni-app": {
|
|
"scripts": {
|
|
"mp-dingtalk": {
|
|
"title": "钉钉小程序",
|
|
"env": {
|
|
"UNI_PLATFORM": "mp-alipay"
|
|
},
|
|
"define": {
|
|
"MP-DINGTALK": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitee.com/ccsens_s/healthyCode.git"
|
|
},
|
|
"author": "wally",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"moment": "^2.24.0"
|
|
}
|
|
}
|
|
|