-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 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
{
"name": "business-nxt-webhooks",
"version": "1.0.0",
"description": "Demo Project for Business NXT Webhooks",
"type": "module",
"scripts": {
"dev:codegen": "graphql-codegen -r ts-node/register --watch --config tools/codegen.ts",
"dev:sst": "sst dev",
"dev": "pnpm run --parallel \"/^dev:.*/\"",
"codegen": "graphql-codegen -r ts-node/register --config tools/codegen.ts",
"update-schema": "tsx -r dotenv/config tools/update-schema.ts"
},
"keywords": [],
"author": "Ole Melhus",
"license": "MIT",
"dependencies": {
"@graphql-typed-document-node/core": "^3.2.0",
"graphql": "^16.8.1",
"graphql-request": "^7.0.1",
"graphql-tag": "^2.12.6",
"sst": "ion",
"zod": "^3.23.8"
},
"devDependencies": {
"@graphql-codegen/cli": "^5.0.2",
"@graphql-codegen/client-preset": "^4.2.6",
"@graphql-tools/load": "^8.0.2",
"@graphql-tools/url-loader": "^8.0.2",
"@parcel/watcher": "^2.4.1",
"@tsconfig/node18": "^18.2.4",
"@types/aws-lambda": "8.10.138",
"@types/node": "^20.12.12",
"dotenv": "^16.4.5",
"ts-node": "^10.9.2",
"tsx": "^4.11.0"
}
}