-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 954 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 954 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "gewe-node-sdk",
"version": "1.1.8",
"description": "微信机器人gewe框架sdk工具包。通过node语言环境实现。",
"main": "src/index.cjs",
"module": "src/index.mjs",
"scripts": {
"test": "echo \"错误:未指定测试脚本\" && exit 1"
},
"keywords": [
"微信",
"gewe",
"api",
"sdk"
],
"author": "wristwaking 1620444902@qq.com",
"license": "MIT",
"exports": {
".": {
"import": "./src/index.mjs",
"require": "./src/index.cjs"
}
},
"dependencies": {
"axios": "^1.6.8",
"dotenv": "^16.4.5"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wristwaking/gewe-node-sdk.git"
},
"bugs": {
"url": "https://github.com/wristwaking/gewe-node-sdk/issues"
},
"homepage": "https://github.com/wristwaking/gewe-node-sdk#readme"
}