-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.29 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.29 KB
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
{
"name": "codecast-task-backend",
"version": "1.0.0",
"main": "dist/main.js",
"license": "MIT",
"dependencies": {
"@hapi/hapi": "^20.2.2",
"@hapi/inert": "^7.1.0",
"dockerode": "^4.0.0",
"fp-ts": "^2.12.3",
"got": "^11",
"hapi-plugin-websocket": "^2.4.8",
"io-ts": "^2.2.18",
"jose": "^4.9.0",
"loglevel": "^1.8.1",
"lru-cache": "10",
"moment": "^2.29.4",
"mysql2": "^2.3.3",
"simple-git": "^3.27.0"
},
"scripts": {
"dev": "NODE_ENV=development ts-node-dev --respawn src/main.ts",
"lint": "eslint features/**/*.ts src/**/*.ts",
"start": "NODE_ENV=production ts-node dist/main.js",
"build": "tsc -p .",
"test": "NODE_ENV=test cucumber-js"
},
"devDependencies": {
"@cucumber/cucumber": "^9.0.1",
"@types/chai-subset": "^1.3.3",
"@types/dockerode": "^3.3.23",
"@types/hapi__hapi": "^20.0.12",
"@types/mysql": "^2.15.21",
"@types/node": "^20.9.0",
"@typescript-eslint/eslint-plugin": "^5.38.0",
"@typescript-eslint/parser": "^5.38.0",
"chai": "^4.3.7",
"chai-subset": "^1.6.0",
"dotenv": "^16.0.1",
"eslint": "^8.24.0",
"nock": "^13.5.4",
"ts-node-dev": "^2.0.0",
"typescript": "^4.7.4"
},
"packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610"
}