19 lines
347 B
JSON
19 lines
347 B
JSON
|
|
{
|
||
|
|
"name": "coupon",
|
||
|
|
"version": "1.0.0",
|
||
|
|
"description": "",
|
||
|
|
"main": "app.js",
|
||
|
|
"scripts": {
|
||
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "https://gitee.com/fang_hoo/coupon.git"
|
||
|
|
},
|
||
|
|
"author": "",
|
||
|
|
"license": "ISC",
|
||
|
|
"dependencies": {
|
||
|
|
"@vant/weapp": "^1.10.0"
|
||
|
|
}
|
||
|
|
}
|