-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.43 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
44
45
46
47
48
49
50
51
52
53
{
"name": "stateborn-sequencer",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"clean": "rm -rf dist",
"build": "tsc -p tsconfig.json",
"start": "node dist/index.js",
"nodemon": "node_modules/nodemon/bin/nodemon.js --inspect dist/index.js"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@automapper/classes": "^8.7.7",
"@automapper/core": "^8.7.7",
"@types/pino-multi-stream": "^5.1.3",
"alchemy-sdk": "^2.10.1",
"awilix": "^8.0.1",
"body-parser": "^1.20.2",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.0",
"dayjs": "^1.11.8",
"dayjs-plugin-utc": "^0.1.2",
"ethers": "^6.3.0",
"express": "^4.18.2",
"fastify-cli": "^5.7.1",
"ipfs-http-client": "^56.0.3",
"keccak256": "^1.0.6",
"merkletreejs": "^0.3.10",
"moralis": "^2.22.2",
"multer": "^1.4.5-lts.1",
"node-cache": "^5.1.2",
"pg": "^8.11.0",
"pino-http": "^8.3.3",
"pino-multi-stream": "^6.0.0",
"pino-pretty": "^10.0.0",
"reflect-metadata": "^0.1.13",
"rotating-file-stream": "^3.1.0",
"routing-controllers": "^0.10.4",
"routing-controllers-openapi": "^4.0.0",
"sequelize": "^6.31.1"
},
"devDependencies": {
"@types/body-parser": "^1.19.2",
"@types/express": "^4.17.17",
"@types/multer": "^1.4.7",
"@types/node": "^20.2.3",
"nodemon": "^2.0.22",
"typescript": "^5.0.4"
}
}