forked from wechaty/wechaty-puppet-padchat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
108 lines (108 loc) · 2.89 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
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
{
"name": "uniqueway-wechaty-puppet-padchat",
"version": "0.19.6",
"description": "Padchat Puppet for Wechaty",
"directories": {
"example": "examples"
},
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"engines": {
"wechaty": ">=0.19.145"
},
"scripts": {
"clean": "shx rm -fr dist/*",
"dist": "npm run clean && tsc",
"pack": "npm pack",
"lint": "npm run lint:ts && npm run lint:md",
"lint:md": "markdownlint README.md",
"lint:ts": "tslint --project tsconfig.json && tsc --noEmit",
"test": "npm run lint && npm run test:unit && npm run test:int",
"test:pack": "bash -x scripts/npm-pack-testing.sh",
"test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\"",
"test:int": "blue-tape -r ts-node/register \"src/*.spec.ts\" \"tests/**/*.spec.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/lijiarui/wechaty-puppet-padchat.git"
},
"keywords": [
"chatie",
"wechaty",
"puppet",
"padchat",
"wechat",
"chatbot",
"sdk"
],
"author": "Rui LI <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/lijiarui/wechaty-puppet-padchat/issues"
},
"devDependencies": {
"@types/blue-tape": "^0.1.31",
"@types/express": "^4.16.0",
"@types/fs-extra": "^5.0.3",
"@types/lru-cache": "^4.1.1",
"@types/node": "^10.5.1",
"@types/normalize-package-data": "^2.4.0",
"@types/promise-retry": "^1.1.2",
"@types/puppeteer": "^1.5.0",
"@types/qr-image": "^3.2.1",
"@types/raven": "^2.5.1",
"@types/read-pkg-up": "^3.0.1",
"@types/semver": "^5.5.0",
"@types/sinon": "^7.0.0",
"@types/ws": "^6.0.0",
"@types/xml2js": "^0.4.3",
"blue-tape": "^1.0.0",
"cuid": "^2.1.2",
"file-box": "^0.8.23",
"git-scripts": "^0.2.1",
"markdownlint-cli": "^0.13.0",
"memory-card": "^0.6.8",
"qrcode-terminal": "^0.12.0",
"shx": "^0.3.1",
"sinon": "^6.0.1",
"ts-node": "^7.0.0",
"tslint": "^5.11.0",
"tslint-config-standard": "^8.0.1",
"typescript": "^3.0.1",
"wechaty-puppet": "^0.15.6"
},
"git": {
"scripts": {
"pre-push": "./scripts/pre-push.sh"
}
},
"peerDependencies": {
"file-box": "^0.8.23",
"wechaty-puppet": "^0.15.6"
},
"homepage": "https://github.com/lijiarui/wechaty-puppet-padchat#readme",
"dependencies": {
"@babel/runtime": "7.0.0-beta.39",
"array-flatten": "^2.1.1",
"flash-store": "^0.7.1",
"fs-extra": "^7.0.0",
"jimp": "^0.4.0",
"json-rpc-peer": "^0.15.3",
"jsqr": "^1.1.0",
"lru-cache": "^5.0.0",
"promise-retry": "^1.1.1",
"qr-image": "^3.2.0",
"read-pkg-up": "^4.0.0",
"request": "^2.87.0",
"request-promise": "^4.2.2",
"rx-queue": "^0.6.1",
"rxjs": "^6.2.1",
"ws": "^6.0.0",
"xml2js": "^0.4.19"
},
"greenkeeper": {
"ignore": [
"@babel/runtime"
]
}
}