-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 829 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 829 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
28
29
30
31
32
33
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "tsx watch src/index.ts",
"format": "prettier --write '{src,scripts}/**/*.{js,jsx,ts,tsx}'",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Stake DAO",
"license": "AGPL-3.0-only",
"dependencies": {
"@hono/node-server": "^1.19.14",
"@stake-dao/constants": "^0.5.19",
"@stake-dao/reader": "^0.5.46",
"dayjs": "^1.11.20",
"dotenv": "^16.6.1",
"hono": "^4.12.19",
"lodash-es": "^4.18.1",
"memoizee": "^0.4.17",
"parquetjs": "^0.11.2",
"viem": "^2.50.4"
},
"devDependencies": {
"@types/memoizee": "^0.4.12",
"@types/node": "^20.19.41",
"prettier": "^3.8.3",
"tsx": "^4.22.2",
"typescript": "^5.9.3"
}
}