-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
65 lines (65 loc) · 1.79 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
60
61
62
63
64
65
{
"name": "@synapsecns/rfq-indexer-api",
"private": true,
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"check-env": "dotenv -e .env.local -- printenv | grep DATABASE_URL",
"dev:local": "dotenv -e .env.local -- tsx watch src/app.ts",
"dev:prod": "dotenv -e .env.production -- tsx watch src/app.ts",
"start": "tsx src/app.ts",
"start:local": "dotenv -e .env -- tsx src/app.ts",
"dev": "dotenv -e .env -- tsx watch src/app.ts",
"lint:check": " ",
"ci:lint": " ",
"build:go": " ",
"build": " ",
"build:slither": " ",
"test": "",
"test:coverage": "echo no tests defined"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@graphql-tools/load-files": "^7.0.0",
"@graphql-tools/merge": "^9.0.7",
"@graphql-tools/schema": "^10.0.6",
"@types/express": "^4.17.21",
"@types/node": "^22.5.4",
"dotenv-cli": "^7.4.2",
"express": "^4.21.0",
"express-validator": "^7.2.0",
"graphql": "^16.9.0",
"graphql-yoga": "^5.7.0",
"kysely": "^0.27.4",
"pg": "^8.12.0",
"supertest": "^7.0.0",
"ts-node": "^10.9.2",
"tsx": "^4.19.1",
"typescript": "^5.6.2",
"viem": "^2.21.6"
},
"engines": {
"node": ">=18.17"
},
"devDependencies": {
"@babel/core": "^7.25.2",
"@babel/preset-env": "^7.25.4",
"@babel/preset-typescript": "^7.24.7",
"@types/pg": "^8.11.9",
"@types/supertest": "^6.0.2",
"@types/swagger-jsdoc": "6.0.4",
"@types/swagger-ui-express": "4.1.6",
"dotenv": "^16.4.5",
"express-validator": "^7.2.0",
"swagger-jsdoc": "^6.2.8",
"swagger-ui-express": "^5.0.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/synapsecns/sanguine",
"directory": "packages/rfq-indexer/api"
}
}