-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
53 lines (53 loc) · 1.59 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
47
48
49
50
51
52
53
{
"name": "agent_manager",
"version": "1.0.0",
"main": "dist/index.js",
"scripts": {
"start": "ts-node src/index.ts",
"build": "tsc",
"dev": "ts-node-dev --respawn --transpile-only src/index.ts",
"format:check": "prettier --check .",
"lint:check": "eslint .",
"format:write": "prettier --write .",
"lint:fix": "eslint --fix ."
},
"keywords": [],
"author": "Roshan Gyawali",
"license": "ISC",
"description": "",
"dependencies": {
"@prisma/client": "^5.13.0",
"@types/swagger-ui-express": "^4.1.6",
"axios": "^1.6.8",
"cors": "^2.8.5",
"date-fns": "^3.6.0",
"express": "^4.19.2",
"kafkajs": "^2.2.4",
"kuber-client": "^3.0.3",
"libcardano": "1.4.1",
"luxon": "^3.4.4",
"prisma": "^5.13.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.1",
"ws": "^8.16.0"
},
"devDependencies": {
"@eslint/js": "^9.4.0",
"@types/cors": "^2.8.17",
"@types/luxon": "^3.4.2",
"@types/node": "^20.12.7",
"@types/swagger-jsdoc": "^6.0.4",
"@types/uuid": "^9.0.8",
"@types/ws": "^8.5.10",
"eslint": "8",
"eslint-config-prettier": "^9.1.0",
"globals": "^15.4.0",
"prettier": "^3.3.1",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.4.5",
"typescript-eslint": "^7.12.0"
},
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"
}