-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.4 KB
/
package.json
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "wechaty-puppet-wxkf",
"version": "0.0.17",
"description": "",
"exports": {
".": {
"import": "./dist/esm/src/index.js",
"require": "./dist/cjs/src/index.js"
}
},
"typings": "./dist/esm/src/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dist": "npm-run-all clean build fixup",
"build": "tsc && tsc -p tsconfig.cjs.json",
"clean": "shx rm -fr dist/*",
"fixup": "shx echo '{\"type\": \"commonjs\"}' > dist/cjs/package.json"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@chatie/tsconfig": "^4.9.2",
"@swc/core": "1.3.44",
"@volcengine/tos-sdk": "^2.1.27",
"@wecom/crypto": "^1.0.1",
"ali-oss": "^6.17.1",
"aws-sdk": "^2.1348.0",
"axios": "^1.3.4",
"cos-nodejs-sdk-v5": "^2.11.19",
"express": "^4.18.2",
"file-box": "^1.5.5",
"flash-store": "^1.0.6",
"form-data": "^4.0.0",
"fs-extra": "^11.1.1",
"minio": "^7.0.33",
"uuid": "^9.0.0",
"wechaty-puppet": "^1.20.2",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@types/express": "^4.17.17",
"@types/fs-extra": "^11.0.1",
"@types/node": "^18.15.11",
"@types/uuid": "^9.0.1",
"@types/xml2js": "^0.4.11",
"@typescript-eslint/eslint-plugin": "^5.57.0",
"eslint-plugin-promise": "^6.1.1",
"typed-emitter": "^2.1.0"
},
"files": [
"dist/",
"src/"
]
}