-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.34 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
{
"name": "smsglobal",
"version": "1.2.5",
"description": "SDK for SMSGlobal rest api",
"homepage": "https://github.com/smsglobal/smsglobal-node#readme",
"bugs": {
"url": "https://github.com/smsglobal/smsglobal-node/issues"
},
"keywords": [
"smsglobal",
"rest",
"api",
"sms"
],
"repository": {
"type": "git",
"url": "git+https://github.com/smsglobal/smsglobal-node.git"
},
"author": "Surinder Pal Singh <surinderpal.singh@smsglobal.com>",
"main": "./lib",
"scripts": {
"test": "nyc mocha",
"coverage": "nyc report --reporter=text-lcov > ccoverage.lcov",
"mocha-only": "mocha --full-trace",
"lint": "eslint --fix lib/* test/*"
},
"license": "MIT",
"dependencies": {
"ajv": "^6.12.2",
"axios": "^1.7.9",
"luxon": "^1.25.0"
},
"devDependencies": {
"asset": "^0.4.13",
"chai": "^4.2.0",
"dotenv": "^8.2.0",
"eslint": "^7.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-chai-friendly": "^0.6.0",
"eslint-plugin-import": "^2.21.2",
"eslint-plugin-prettier": "^3.1.4",
"install": "^0.13.0",
"mocha": "^7.1.2",
"nock": "^13.0.3",
"npm": "^6.14.5",
"nyc": "^15.0.1",
"prettier": "^2.0.5"
},
"engines": {
"node": ">=9"
},
"directories": {
"example": "examples",
"lib": "lib",
"test": "test"
}
}