-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
71 lines (71 loc) · 1.86 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "stockholm-transit",
"private": true,
"scripts": {
"start": "nx serve",
"build": "nx run-many --target=build --all",
"lint": "nx run-many --target=lint --all",
"type-check": "nx run-many --target=type-check --all",
"test": "nx run-many --target=test --all"
},
"license": "MIT",
"author": {
"name": "Rafael Belliard",
"email": "me@rafael.do",
"url": "https://rafael.do"
},
"homepage": "https://github.com/rebelliard/stockholm-transit-api",
"repository": {
"type": "git",
"url": "https://github.com/rebelliard/stockholm-transit-api"
},
"bugs": {
"url": "https://github.com/rebelliard/stockholm-transit-api/issues",
"email": "me@rafael.do"
},
"keywords": [
"api",
"stockholm",
"storstockholms",
"trafiklab",
"train",
"metro",
"public transit"
],
"dependencies": {
"express": "4.17.2",
"node-fetch": "^2.6.7",
"tslib": "^2.4.0"
},
"devDependencies": {
"@nrwl/cli": "14.4.3",
"@nrwl/detox": "14.4.3",
"@nrwl/eslint-plugin-nx": "14.4.3",
"@nrwl/express": "^14.4.2",
"@nrwl/jest": "14.4.3",
"@nrwl/linter": "14.4.3",
"@nrwl/node": "^14.4.3",
"@nrwl/web": "14.4.3",
"@nrwl/workspace": "14.4.3",
"@testing-library/jest-dom": "5.16.4",
"@types/aws-lambda": "^8.10.101",
"@types/express": "4.17.13",
"@types/jest": "27.4.1",
"@types/node": "16.11.7",
"@types/node-fetch": "^2.6.2",
"@typescript-eslint/eslint-plugin": "^5.31.0",
"@typescript-eslint/parser": "^5.31.0",
"babel-jest": "27.5.1",
"eslint": "~8.20.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-jsx-a11y": "6.6.1",
"jest": "27.5.1",
"jest-circus": "27.5.1",
"nx": "14.4.3",
"prettier": "^2.6.2",
"ts-jest": "27.1.4",
"ts-node": "~10.9.1",
"typescript": "~4.7.2"
}
}