20 lines
364 B
JSON
20 lines
364 B
JSON
{
|
|
"name": "info-service-miniprogram",
|
|
"version": "1.0.0",
|
|
"description": "信息服务微信小程序",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {
|
|
"@vant/weapp": "^1.11.6"
|
|
},
|
|
"keywords": [
|
|
"miniprogram",
|
|
"wechat",
|
|
"vant"
|
|
],
|
|
"author": "",
|
|
"license": "MIT"
|
|
}
|