-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1004 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1004 Bytes
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
{
"name": "sms-messaggio",
"version": "1.0.0",
"description": "SMS Messaggio",
"main": "index.js",
"dependencies": {
"amqplib": "^0.5.5",
"fast-xml-parser": "^3.12.20",
"md5": "^2.2.1",
"moleculer": "^0.13.9",
"moleculer-db": "^0.8.1",
"moleculer-db-adapter-mongo": "^0.4.3",
"nconf": "^0.10.0",
"nconf-yaml": "^1.0.2",
"request": "^2.88.0",
"url": "^0.11.0",
"amqp-client": ""
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/mocha": "^2.2.47",
"@types/node": "^9.3.0",
"eslint": "^5.15.3",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jest": "^22.4.1",
"eslint-plugin-no-use-extend-native": "^0.4.1",
"eslint-plugin-node": "^9.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-sonarjs": "^0.4.0",
"jest": "^24.5.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}