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.
35 lines
630 B
35 lines
630 B
{
|
|
"name": "uniTemplete",
|
|
"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": ""
|
|
},
|
|
"author": "wally",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^0.19.2",
|
|
"moment": "^2.27.0"
|
|
},
|
|
"devDependencies": {
|
|
"jquery": "^3.5.1"
|
|
}
|
|
}
|
|
|