-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.09 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.09 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
{
"name": "@tribes/agent-sentinel",
"private": true,
"type": "module",
"scripts": {
"build": "rimraf dist && rimraf tsconfig.tsbuildinfo && tsc",
"dev": "tsx src/index.ts",
"start": "tsx src/index.ts",
"lint": "eslint src/**/*.ts",
"agent": "tsx dist/index.js"
},
"dependencies": {
"axios": "1.7.9",
"dotenv": "16.4.7",
"elliptic": "6.6.1",
"express": "4.21.2",
"simple-git": "3.27.0",
"socket.io-client": "4.8.1",
"viem": "2.21.49",
"zod": "3.24.1"
},
"devDependencies": {
"@types/elliptic": "6.4.18",
"@types/express": "5.0.0",
"@types/pdf-parse": "1.1.4",
"dotenv-cli": "7.4.1",
"eslint": "8.57.1",
"eslint-config-next": "15.1.4",
"eslint-config-prettier": "9.1.0",
"eslint-config-standard": "17.1.0",
"eslint-plugin-import": "2.31.0",
"eslint-plugin-jasmine": "4.2.2",
"eslint-plugin-n": "17.14.0",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-promise": "7.1.0",
"prettier": "3.3.3",
"ts-node": "10.9.2",
"tsup": "8.3.5",
"tsx": "4.19.2",
"typescript": "5.6.3"
}
}