-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 969 Bytes
/
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
{
"name": "eas-indexing-service",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "typechain --target ethers-v5 ./abis/*.json",
"start": "ts-node start.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@ethereum-attestation-service/eas-sdk": "0.28.2",
"@prisma/client": "4.13.0",
"apollo-server": "^3.12.0",
"class-validator": "^0.14.0",
"dayjs": "^1.11.5",
"dotenv": "^16.0.3",
"ethers": "^5.7.2",
"graphql": "^15.8.0",
"graphql-fields": "^2.0.3",
"p-limit": "^3.0.2",
"prisma": "^4.13.0",
"reflect-metadata": "^0.1.13",
"ts-node": "^10.9.1",
"type-graphql": "^1.1.1",
"typegraphql-prisma": "^0.24.7",
"typescript": "^4.8.4",
"typechain": "^8.1.0",
"@typechain/ethers-v5": "^10.1.0"
},
"devDependencies": {
"@types/node": "^18.8.4"
}
}