-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.21 KB
/
package.json
File metadata and controls
50 lines (50 loc) · 1.21 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
50
{
"name": "@linzjs/lds-export-cache",
"version": "0.0.1",
"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": "^3.11.0",
"@types/aws-lambda": "^8.10.83",
"@types/geojson": "^7946.0.8",
"@types/node": "^16.9.0",
"@types/ospec": "^4.0.2",
"@types/unzip-stream": "^0.3.1",
"@types/unzipper": "^0.10.4",
"aws-cdk": "^2.45.0",
"aws-cdk-lib": "^2.45.0",
"constructs": "^10.1.127",
"dotenv": "^16.1.3",
"esbuild": "^0.12.28",
"node-fetch": "^3.0.0",
"ospec": "^4.1.1"
},
"scripts": {
"build": "tsc",
"lint": "npx eslint {src/**,*.js}",
"test": "ospec --globs 'build/**/*.test.js'"
},
"publishConfig": {
"access": "public"
},
"files": [
"build/src/**"
],
"dependencies": {
"@chunkd/fs": "^7.3.1",
"@linzjs/geojson": "^6.9.1",
"@linzjs/lambda": "^2.0.0",
"aws-sdk": "^2.985.0",
"stac-ts": "^1.0.0",
"unzip-stream": "^0.3.1"
}
}