-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
50 lines (50 loc) · 1.24 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
{
"name": "scandium",
"version": "1.0.0-alpha.73",
"license": "MIT",
"repository": "LinusU/scandium",
"type": "module",
"bin": {
"scandium": "./app.js"
},
"scripts": {
"test": "standard && node lib/*.test.js"
},
"dependencies": {
"@aws-sdk/client-api-gateway": "^3.25.0",
"@aws-sdk/client-apigatewayv2": "^3.25.0",
"@aws-sdk/client-iam": "^3.25.0",
"@aws-sdk/client-lambda": "^3.25.0",
"@aws-sdk/client-s3": "^3.25.0",
"amend-object": "^2.0.0",
"aws-arn-parser": "^1.0.0",
"aws-has-region": "^2.0.1",
"bytes": "^3.0.0",
"dotenv": "^16.0.2",
"execa": "^8.0.1",
"format-duration": "^3.0.2",
"fs-temp": "^2.0.0",
"gitignore-to-dockerignore": "^3.0.0",
"is-ci": "^3.0.0",
"listr": "^0.14.3",
"listr-verbose-renderer": "^0.6.0",
"load-json-file": "^7.0.1",
"load-text-file": "^2.0.0",
"load-yaml-file": "^1.0.0",
"nanoid": "^5.0.1",
"neodoc": "^2.0.2",
"p-retry": "^6.0.0",
"parse-key-value-pair": "^2.0.1",
"path-exists": "^5.0.0",
"rev-hash": "^4.0.0",
"rm-file": "^2.0.0",
"unload": "^2.3.1",
"write-file-atomically": "^2.0.0"
},
"devDependencies": {
"standard": "^17.0.0"
},
"engines": {
"node": "^20.9.0"
}
}