forked from fxhash/fxhash-api
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "fxhash-indexer",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"prod": "tsc && node dist/app.js",
"build": "tsc",
"start": "nodemon --watch \"src/**/*.ts\" --exec \"ts-node --transpile-only\" src/index.ts"
},
"dependencies": {
"@types/request-promise": "^4.1.48",
"algoliasearch": "^4.12.0",
"apollo-server": "^3.3.0",
"apollo-server-express": "^3.3.0",
"apollo-server-plugin-base": "^3.4.0",
"class-validator": "^0.13.1",
"cors": "^2.8.5",
"dataloader": "^2.0.0",
"dotenv": "^10.0.0",
"eventsource": "^1.1.0",
"express": "^4.17.1",
"graphql": "^15.6.1",
"graphql-type-json": "^0.3.2",
"ioredis": "^4.28.2",
"ipfs-core": "^0.11.1",
"pg": "^8.7.1",
"redis": "^4.0.0",
"reflect-metadata": "^0.1.13",
"request": "^2.88.2",
"request-promise": "^4.2.6",
"slugify": "^1.6.2",
"type-graphql": "^1.1.1",
"type-graphql-filter": "^0.4.0",
"typeorm": "^0.2.38",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/eventsource": "^1.1.7",
"@types/node": "^16.10.3",
"@types/uuid": "^8.3.1",
"nodemon": "^2.0.13",
"ts-node": "^10.2.1",
"typescript": "^4.4.3"
}
}