-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.25 KB
/
package.json
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
{
"name": "snapshot",
"version": "1.0.0",
"description": "Risedle's snapshot services",
"main": "dist/index.js",
"scripts": {
"typeorm": "node --require ts-node/register ./node_modules/typeorm/cli.js",
"prettier-check": "prettier --check .",
"prettier-write": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/risedle/snapshot.git"
},
"author": "Bayu <bayu@risedle.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/risedle/snapshot/issues"
},
"homepage": "https://github.com/risedle/snapshot#readme",
"devDependencies": {
"@types/cors": "2.8.12",
"@types/node": "^17.0.8",
"prettier": "^2.5.1",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
},
"dependencies": {
"@sentry/node": "^6.16.1",
"@types/express": "^4.17.13",
"@types/morgan": "^1.9.3",
"cors": "2.8.5",
"dotenv": "^10.0.0",
"ethers": "^5.5.3",
"ethers-multicall": "^0.2.3",
"express": "^4.17.2",
"morgan": "^1.10.0",
"node-cron": "^3.0.0",
"pg": "^8.7.1",
"reflect-metadata": "^0.1.13",
"typeorm": "^0.2.41"
}
}