forked from cipherfps/ATLAS-Backend
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 1000 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 1000 Bytes
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
{
"name": "atlas",
"version": "1.3.1",
"module": "src/index.ts",
"type": "module",
"devDependencies": {
"@types/bun": "latest",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.14.4",
"@types/uuid": "^9.0.8",
"ini": "^4.1.3"
},
"peerDependencies": {
"typescript": "^5.4.5"
},
"dependencies": {
"@types/ini": "^4.1.1",
"axios": "^1.7.2",
"bun-socket": "^0.0.1",
"chalk": "^5.3.0",
"crypto": "^1.0.1",
"hono": "^4.4.6",
"jsonwebtoken": "^9.0.2",
"prompts": "^2.4.2",
"uuid": "^10.0.0"
}
}