-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.36 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
{
"name": "at-sms-gun",
"version": "1.0.1",
"description": "a cli app to blast sms's to user's using Africa'sTalking sms service",
"main": "index.js",
"bin": {
"at": "./bin/at.js"
},
"directories": {
"lib": "lib",
"test": "test"
},
"scripts": {
"test": "nyc mocha test/**/*.Test.js",
"posttest": "nyc report --reporter=text-lcov > coverage.lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jumakiwaka/AT-sms-gun.git"
},
"keywords": [
"sms",
"blast",
"bulksms",
"africa'stalking",
"sms-service",
"africa'stalking-cli"
],
"author": "jumakiwaka",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/jumakiwaka/AT-sms-gun/issues"
},
"homepage": "https://github.com/jumakiwaka/AT-sms-gun#readme",
"dependencies": {
"africastalking": "^0.5.2",
"chalk": "^4.1.0",
"commander": "^6.0.0",
"configstore": "^5.0.1",
"inquirer": "^7.3.3",
"update-notifier": "^4.1.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-standard": "^14.1.1",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.1",
"mocha": "^8.1.1",
"nyc": "^15.1.0",
"sinon": "^9.0.3"
}
}