-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.18 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
{
"name": "msg91.js",
"version": "1.1.1",
"description": "A simplified, promise based msg91.com javascript sdk",
"main": "./dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"keywords": [
"msg91",
"msg91.com",
"sms api",
"otp"
],
"homepage": "https://github.com/shahidcodes/msg91.js/blob/master/README.md",
"repository": "https://github.com/shahidcodes/msg91.js",
"bugs": {
"email": "me@shahidkamal.ml",
"url": "https://github.com/shahidcodes/msg91.js/issues"
},
"files": [
"dist"
],
"author": "Shahid Kamal <me@shahidkamal.ml>",
"license": "Apache-2.0",
"devDependencies": {
"@types/debug": "^4.1.5",
"@types/node-fetch": "^2.5.7",
"@typescript-eslint/eslint-plugin": "^3.9.0",
"@typescript-eslint/parser": "^3.9.0",
"debug": "^4.1.1",
"eslint": "^7.6.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.0.5",
"typescript": "^3.9.7"
},
"dependencies": {
"dotenv": "^8.2.0",
"node-fetch": "^2.6.0"
}
}