-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.29 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.29 KB
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
{
"name": "PodcastLinkProxy",
"version": "0.0.0",
"type": "module",
"private": "true",
"scripts": {
"deploy": "node make.js deploy",
"delete": "node make.js delete",
"lint": "eslint --ext=.jsx,.js,.tsx,.ts ."
},
"dependencies": {
"aws-sdk": "^2.1254.0",
"error-object-polyfill": "^1.0.11",
"lodash": "4.17.5",
"luxon": "^3.2.0"
},
"devDependencies": {
"@authress/eslint-config": "^1.0.5",
"@aws-sdk/client-route-53": "^3.896.0",
"@aws-sdk/client-sts": "^3.896.0",
"@typescript-eslint/eslint-plugin": "^8.44.1",
"@typescript-eslint/parser": "^8.44.1",
"aws-architect": "^6.7.101",
"axios": "^0.21.4",
"commander": "2.15.1",
"cross-env": "^7.0.2",
"eslint": "^8.31.0",
"eslint-config-prettier": "^8.5.0",
"eslint-friendly-formatter": "^3.0.0",
"eslint-loader": "^1.7.1",
"fs-extra": "^11.1.0",
"mocha": "^11.7.2",
"sinon": "3.2.1",
"sinon-chai": "2.13.0",
"typescript": "^4.9.4",
"uuid": "^9.0.0"
},
"description": "",
"repository": {
"type": "git",
"url": "git@github.com:AdventuresInDevops/links-proxy.git"
},
"author": "Adventures In DevOps Hosts <spam@adventuresindevops.com> (https://adventuresindevops.com)",
"license": "Apache-2.0",
"engines": {
"node": ">=22"
}
}