-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.25 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
{
"name": "smspro",
"version": "1.3.0",
"description": "This is created to send and recieve sms from https://www.smspro.se",
"main": "index.js",
"engines": {
"node": ">=10.12.0"
},
"bugs": {
"url": "https://github.com/Jimjardland/smspro/issues"
},
"scripts": {
"test": "is-ci test:ci test:watch",
"test:ci": "jest",
"test:watch": "jest --watch",
"lint": "eslint .",
"example": "node example.js"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Jimjardland/smspro"
},
"keywords": [
"smspro",
"sms"
],
"author": "Jimmy Jardland <jimmy@jardland.se>",
"dependencies": {
"btoa": "1.2.1",
"bunyan": "1.8.15",
"bunyan-logstash-tcp": "1.0.0",
"js2xmlparser": "4.0.1",
"moment-timezone": "0.5.33",
"node-fetch": "2.6.1",
"telefonnummer": "2.1.0",
"xml2json": "0.12.0"
},
"devDependencies": {
"@iteam/eslint-config-iteam-node": "^0.1.0",
"@semantic-release/changelog": "5.0.1",
"@semantic-release/git": "9.0.0",
"dedent": "^0.7.0",
"eslint": "7.26.0",
"is-ci-cli": "2.2.0",
"jest": "26.6.3",
"jest-watch-typeahead": "0.6.3",
"lint-staged": "11.0.0",
"mockdate": "3.0.5",
"prettier": "2.3.0"
}
}