-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.12 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
{
"name": "exv.battlepass.server",
"version": "0.1.1",
"author": {
"name": "kalloc",
"email": "[email protected]"
},
"main": "src/index.ts",
"license": "MIT",
"scripts": {
"start": "ts-node src/index.ts"
},
"devDependencies": {
"@types/cors": "^2.8.12",
"@types/eth-sig-util": "^2.1.1",
"@types/express": "^4.17.13",
"@types/express-jwt": "^6.0.2",
"@types/express-session": "^1.17.4",
"@types/jsonwebtoken": "^8.5.4",
"@types/mime-types": "^2.1.0",
"@types/multer": "^1.4.7",
"@types/node": "^16.4.8",
"joi-to-json": "^2.1.1",
"ts-node": "^10.1.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@noble/secp256k1": "^1.5.5",
"@types/lodash": "^4.14.171",
"axios": "^0.21.1",
"celebrate": "^15.0.0",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"eth-sig-util": "^3.0.1",
"ethereumjs-util": "^7.1.4",
"express": "^4.17.1",
"express-auth": "^0.0.2",
"express-eauth": "^2.1.0",
"express-jwt": "^6.0.0",
"express-jwt-permissions": "^1.3.5",
"keccak256": "^1.0.6",
"lodash": "^4.17.21",
"mime-types": "^2.1.32"
}
}