forked from wechaty/puppet-wechat4u
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
84 lines (84 loc) · 2.27 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
{
"name": "wechaty-puppet-wechat4u",
"version": "0.8.5",
"description": "Wechat4u Puppet for Wechaty",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.ts",
"engines": {
"wechaty": ">=0.17.46"
},
"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",
"test:pack": "bash -x scripts/npm-pack-testing.sh",
"test:unit": "blue-tape -r ts-node/register \"src/**/*.spec.ts\" \"src/*.spec.ts\" \"tests/*.spec.ts\" \"tests/**/*.spec.ts\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/zixia/wechaty-puppet-wechat4u.git"
},
"keywords": [
"chatie",
"wechaty",
"wechat",
"chatbot",
"bot",
"sdk",
"puppet",
"wechat4u"
],
"author": "Huan LI <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/zixia/wechaty-puppet-wechat4u/issues"
},
"devDependencies": {
"@types/blue-tape": "^0.1.31",
"@types/lru-cache": "^4.1.1",
"@types/node": "^10.3.6",
"@types/normalize-package-data": "^2.4.0",
"@types/promise-retry": "^1.1.2",
"@types/qr-image": "^3.2.1",
"@types/read-pkg-up": "^3.0.1",
"@types/semver": "^5.5.0",
"blue-tape": "^1.0.0",
"file-box": "^0.8.22",
"git-scripts": "^0.2.1",
"markdownlint-cli": "^0.11.0",
"memory-card": "^0.4.5",
"semver": "^5.5.0",
"shx": "^0.3.1",
"ts-node": "^7.0.0",
"tslint": "^5.10.0",
"tslint-config-standard": "^7.1.0",
"typescript": "^2.9.2",
"wechaty-puppet": "^0.8.5"
},
"git": {
"scripts": {
"pre-push": "./scripts/pre-push.sh"
}
},
"peerDependencies": {
"file-box": "^0.8",
"wechaty-puppet": "^0.8.1"
},
"homepage": "https://github.com/zixia/wechaty-puppet-wechat4u#readme",
"dependencies": {
"brolog": "^1.6.5",
"hot-import": "^0.2.1",
"lru-cache": "^4.1.3",
"normalize-package-data": "^2.4.0",
"promise-retry": "^1.1.1",
"qr-image": "^3.2.0",
"read-pkg-up": "^4.0.0",
"state-switch": "^0.6.2",
"watchdog": "^0.8.10",
"wechat4u": "^0.7.6"
}
}