-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 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
38
39
40
41
{
"name": "graphstack",
"version": "0.1.0",
"description": "Deploy a Typescript Apollo Subgraph to your host machine, with maximum parity to an AWS environment, on your host machine in under 2 minutes.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/coada-dev/graphstack.git"
},
"keywords": [
"apollo",
"cdk",
"federation",
"graphstack",
"localstack",
"subgraph"
],
"author": "listenrightmeow",
"license": "MIT",
"bugs": {
"url": "https://github.com/coada-dev/graphstack/issues"
},
"homepage": "https://github.com/coada-dev/graphstack#readme",
"devDependencies": {
"@aws-sdk/client-ssm": "^3.454.0",
"@types/node": "^20.6.3",
"amazon-cognito-passwordless-auth": "^0.10.0",
"aws-cdk": "^2.99.1",
"aws-cdk-local": "^2.18.0",
"dotenv": "^16.3.1",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "^2.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-shell": "^4.0.0",
"load-grunt-config": "^4.0.1",
"typescript": "^5.2.2"
}
}