-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1 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
{
"name": "gdi-send-mail",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node .",
"test": "jest --runInBand",
"coverage": "jest --runInBand --coverage"
},
"license": "MIT",
"dependencies": {
"@helsingborg-stad/gdi-api-node": "^1.0.3",
"amqplib": "^0.10.3",
"debug": "^4.3.4",
"dotenv": "^16.0.2",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"ms": "^2.1.3",
"superagent": "^8.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@types/uuid": "^8.3.4",
"@types/amqplib": "^0.8.2",
"@types/jest": "^29.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/node": "^18.7.14",
"@types/superagent": "^4.1.15",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.23.1",
"eslint-plugin-jest": "^27.0.4",
"jest": "^29.0.3",
"supertest": "^6.2.4",
"ts-jest": "^29.0.1",
"typescript": "^4.8.2"
}
}