-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.74 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
54
55
56
57
58
59
{
"name": "therelay",
"version": "0.0.5",
"description": "",
"main": "index.js",
"scripts": {
"dev": "nodemon express/index.ts",
"express:dev": "nodemon express/index.ts",
"express:query": "nodemon express/query.ts",
"graphiql": "ts-node express/index2.ts",
"test": "echo \"Error: no test specified\" && exit 1",
"ipfs": "ts-node scripts/ipfs.ts",
"graphql": "ts-node scripts/graphql.ts",
"thenfts": "ts-node scripts/thenfts.ts",
"therelay": "ts-node scripts/therelay.ts",
"thequery": "ts-node scripts/thequery.ts",
"check": "eslint **/*.ts"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@graphql-tools/schema": "^9.0.10",
"@graphql-yoga/node": "^2.13.13",
"@types/cors": "^2.8.12",
"@types/express": "^4.17.14",
"@types/findup-sync": "^4.0.2",
"@types/morgan": "^1.9.3",
"@types/node": "^18.11.10",
"@types/node-fetch": "^2.6.2",
"@types/object-mapper": "^6.2.0",
"@types/underscore": "^1.11.4",
"@typescript-eslint/eslint-plugin": "^5.45.0",
"@typescript-eslint/parser": "^5.45.0",
"commander": "^9.4.1",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"eslint": "^8.28.0",
"eslint-config-prettier": "^8.5.0",
"ethers": "^5.7.2",
"express": "^4.18.2",
"express-graphql": "^0.12.0",
"findup-sync": "^5.0.0",
"graphql": "^15.8.0",
"graphql-tag": "^2.12.6",
"handlebars": "^4.7.7",
"http-server": "^14.1.1",
"ipfs-http-client": "^56.0.3",
"morgan": "^1.10.0",
"multiformats": "^9.9.0",
"node-fetch": "^2.6.7",
"nodemon": "^2.0.20",
"ts-node": "^10.9.1",
"tsconfig-paths": "^4.1.1",
"typescript": "^4.9.3",
"underscore": "^1.13.6",
"undici": "^5.13.0"
}
}