1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| {
| "name": "wechat_staff",
| "version": "1.0.0",
| "main": ".eslintrc.js",
| "dependencies": {
| "@vant/weapp": "^1.11.6",
| "miniprogram-sm-crypto": "^0.3.13",
| "moment": "^2.30.1",
| "mp-html": "^2.5.0",
| "hy-event-store": "^1.3.1"
| },
| "devDependencies": {},
| "scripts": {
| "test": "echo \"Error: no test specified\" && exit 1"
| },
| "keywords": [],
| "author": "",
| "license": "ISC",
| "description": ""
| }
|
|