forked from axetroy/sms-boom
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
48 lines (48 loc) · 1.12 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
{
"name": "smsboomer",
"version": "1.4.0",
"description": "利用chrome的headless模式,模拟用户注册进行短信轰炸机",
"main": "index.js",
"bin": {
"smsboomer": "./bin/boomer"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"generate": "all-contributors generate"
},
"keywords": [
"sms",
"boom",
"chrome",
"headless",
"puppeteer"
],
"repository": {
"type": "git",
"url": "git+https://github.com/axetroy/sms-boom.git"
},
"author": "",
"license": "Apache",
"bugs": {
"url": "https://github.com/axetroy/sms-boom/issues"
},
"homepage": "https://github.com/axetroy/sms-boom#readme",
"dependencies": {
"@axetroy/context": "^0.1.0",
"@axetroy/graceful": "^0.1.1",
"axios": "^0.17.0",
"caporal": "^0.8.0",
"chalk": "^2.3.0",
"fs-extra": "^4.0.2",
"lodash": "^4.17.4",
"p-retry": "^1.0.0",
"p-timeout": "^2.0.0",
"progress": "^2.0.0",
"puppeteer": "^0.13.0"
},
"devDependencies": {
"@types/p-timeout": "^1.2.0",
"@types/puppeteer": "^0.13.0",
"all-contributors-cli": "^4.5.3"
}
}