-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.15 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": "gdi-template",
"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",
"@koa/cors": "^3.4.1",
"debug": "^4.3.4",
"dotenv": "^16.0.2",
"graphql": "^16.6.0",
"graphql-tools": "^8.3.6",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^8.5.1",
"koa": "^2.13.4",
"koa-bodyparser": "^4.3.0",
"koa-cors": "^0.0.16",
"koa-router": "^12.0.0",
"koa2-swagger-ui": "^5.6.0",
"ms": "^2.1.3",
"openapi-backend": "^5.5.0",
"superagent": "^8.0.0"
},
"devDependencies": {
"@types/jest": "^29.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/koa-bodyparser": "^4.3.8",
"@types/node": "^18.7.14",
"@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"
}
}