1234567891011121314151617 |
- {
- "name": "wx",
- "version": "1.0.0",
- "description": "123",
- "main": "main.js",
- "scripts": {
- "test": "echo \"Error: no test specified\" && exit 1"
- },
- "author": "",
- "license": "ISC",
- "dependencies": {
- "@wecom/jssdk": "^2.0.2",
- "wecomjsdk": "^1.0.2",
- "weixin-js-sdk": "^1.6.5"
- }
- }
|