-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.18 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.18 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
49
{
"name": "@linzjs/lds-export-cache",
"version": "0.3.4",
"type": "module",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "git@github.com:linz/lds-export-cache",
"license": "MIT",
"author": {
"name": "Land Information New Zealand",
"url": "https://linz.govt.nz",
"organization": true
},
"private": true,
"devDependencies": {
"@linzjs/style": "^5.4.0",
"@types/aws-lambda": "^8.10.83",
"@types/geojson": "^7946.0.8",
"@types/node": "^20.10.4",
"@types/yazl": "^3.3.0",
"yazl": "^3.3.1",
"@types/yauzl": "^2.10.3",
"aws-cdk": "^2.1004.0",
"constructs": "^10.4.2",
"esbuild": "^0.19.9"
},
"scripts": {
"build": "tsc",
"lint": "eslint --ignore-path .gitignore .",
"test": "node --test"
},
"publishConfig": {
"access": "public"
},
"files": [
"src/**"
],
"dependencies": {
"@aws-sdk/client-eventbridge": "^3.474.0",
"@aws-sdk/client-s3": "^3.474.0",
"@chunkd/fs": "^11.2.0",
"@chunkd/fs-aws": "^11.2.1",
"@linzjs/geojson": "^6.9.1",
"@linzjs/lambda": "^4.1.0",
"aws-cdk-lib": "^2.184.1",
"stac-ts": "^1.0.3",
"yauzl": "^3.2.0"
}
}