-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
86 lines (86 loc) · 3 KB
/
Copy pathpackage.json
File metadata and controls
86 lines (86 loc) · 3 KB
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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
{
"name": "wechaty-paimonbot",
"version": "2.2.1",
"description": "[](https://github.com/wechaty/wechaty) [](https://badge.fury.io/js/wechaty-puppet-wechat) [](https://www.npmjs.com/package/wechaty-puppet-wechat?activeTab=versions) [](https://www.typescriptlang.org/) [](https://github.com/wechaty/wechaty-puppet-wechat/actions?query=workflow%3ANPM)",
"main": "dist/src/mod.js",
"directories": {
"doc": "docs",
"example": "examples",
"test": "tests"
},
"bundleDependencies": false,
"dependencies": {
"bl": "^4.1.0",
"brolog": "^1.12.4",
"jsexecpy": "^1.1.0",
"md5": "^2.3.0",
"mime": "^2.5.2",
"promise-retry": "^2.0.1",
"puppeteer": "^7.1.0",
"puppeteer-extra": "^3.1.17",
"puppeteer-extra-plugin-stealth": "^2.7.5",
"qr-image": "^3.2.0",
"request": "^2.88.2",
"rx-queue": "^0.8.5",
"rxjs": "^6.6.3",
"state-switch": "^0.6.18",
"urlencode": "^1.1.0",
"watchdog": "^0.8.17",
"xml2js": "^0.4.23"
},
"deprecated": false,
"devDependencies": {
"@chatie/eslint-config": "^0.12.3",
"@chatie/git-scripts": "^0.6.2",
"@chatie/semver": "^0.4.7",
"@chatie/tsconfig": "^0.14.1",
"@types/bl": "^2.1.0",
"@types/md5": "^2.3.0",
"@types/mime": "^2.0.3",
"@types/normalize-package-data": "^2.4.0",
"@types/promise-retry": "^1.1.3",
"@types/qr-image": "^3.2.3",
"@types/raven": "^2.5.3",
"@types/request": "^2.48.5",
"@types/retry": "0.12.0",
"@types/xml2js": "^0.4.8",
"normalize-package-data": "^3.0.0",
"pkg-jq": "^0.2.11",
"shx": "^0.3.3",
"tstest": "^0.4.10",
"wechaty-puppet": "^0.26.2"
},
"engines": {
"wechaty": ">=0.35"
},
"peerDependencies": {
"wechaty-puppet": ">=0.34"
},
"publishConfig": {
"access": "public",
"tag": "latest"
},
"scripts": {
"clean": "shx rm -fr dist/*",
"dist": "npm run clean && tsc && shx cp src/*.js dist/src/",
"lint": "npm run lint:es && npm run lint:ts && npm run lint:md",
"lint:es": "eslint '{bin,examples,scripts,src,tests}/**/*.{js,ts}' --ignore-pattern='tests/fixtures/**'",
"lint:md": "markdownlint README.md",
"lint:ts": "tsc --noEmit",
"pack": "npm pack",
"start": "ts-node examples/demo.ts",
"test": "npm run lint && npm run test:unit:retry",
"test:pack": "bash -x scripts/npm-pack-testing.sh",
"test:unit": "blue-tape -r ts-node/register 'src/**/*.spec.ts' 'tests/**/*.spec.ts'",
"test:unit:retry": "ts-node scripts/retry-unit-tests"
},
"keywords": [
"bot"
],
"author": {
"name": "Yuxiang FENG",
"email": "2162381070@qq.com"
},
"license": "Apache-2.0",
"typings": "dist/src/mod.d.ts"
}