forked from treyyoder/quakejs-docker
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 826 Bytes
/
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
{
"name": "quakejs-docker",
"version": "1.0.0",
"description": "<div align=\"center\">",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/federicobarera/quakejs-docker.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/federicobarera/quakejs-docker/issues"
},
"homepage": "https://github.com/federicobarera/quakejs-docker#readme",
"devDependencies": {
"@types/aws-lambda": "^8.10.82",
"@types/aws-sdk": "^2.7.0",
"@types/node": "^17.0.45",
"aws-cdk": "2.21.0",
"aws-cdk-lib": "2.21.0",
"aws-sdk": "^2.1062.0",
"constructs": "10.0.5",
"crypto": "^1.0.1",
"ts-node": "^10.4.0",
"typescript": "~4.5.2"
}
}