Files
coupon/package.json

19 lines
347 B
JSON
Raw Normal View History

2023-02-18 16:24:17 +08:00
{
"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"
}
}