-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.03 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
{
"name": "sixdollargas",
"version": "1.0.0",
"main": "index.js",
"author": "mike castleman <[email protected]>",
"scripts": {
"typecheck": "tsc --noEmit",
"prepare": "husky"
},
"private": true,
"dependencies": {
"@aws-sdk/client-dynamodb": "3.731.1",
"@aws-sdk/client-s3": "3.732.0",
"@js-joda/core": "5.6.4",
"@js-joda/locale_en-us": "4.15.1",
"@js-joda/timezone": "2.21.2",
"@xmldom/is-dom-node": "1.0.1",
"@xmldom/xmldom": "0.9.7",
"sprintf-js": "1.1.3",
"tslib": "2.8.1",
"xpath": "0.0.34"
},
"devDependencies": {
"@tsconfig/node22": "22.0.0",
"@types/aws-lambda": "8.10.147",
"@types/ejs": "3.1.5",
"@types/node": "22.10.7",
"@types/sprintf-js": "1.1.4",
"ejs": "3.1.10",
"esbuild": "0.24.2",
"husky": "9.1.7",
"lint-staged": "15.4.1",
"prettier": "3.4.2",
"typescript": "5.7.3"
},
"lint-staged": {
"*.{js,ts,css,md,json}": [
"prettier --write"
]
},
"browserslist": [
"node 20"
],
"packageManager": "[email protected]"
}