generated from linz/template-javascript-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
61 lines (61 loc) · 1.55 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
51
52
53
54
55
56
57
58
59
60
61
{
"name": "@linzjs/argo-tasks",
"private": true,
"version": "4.7.0",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "[email protected]:linz/argo-tasks.git",
"license": "MIT",
"author": {
"name": "Land Information New Zealand",
"url": "https://linz.govt.nz",
"organization": true
},
"devDependencies": {
"@chunkd/source-memory": "^10.1.0",
"@linzjs/style": "^5.4.0",
"@types/node": "^20.12.10",
"@types/prettier": "^3.0.0",
"stac-ts": "^1.0.3"
},
"scripts": {
"build": "tsc",
"docs": "node build/src/readme/readme.generate.js",
"lint": "npx eslint . --ignore-path .gitignore",
"test": "node --test build/"
},
"publishConfig": {
"access": "restricted"
},
"type": "module",
"engines": {
"node": "^20.13.1"
},
"files": [
"build/src/**"
],
"dependencies": {
"@aws-sdk/client-s3": "^3.440.0",
"@aws-sdk/credential-providers": "^3.438.0",
"@aws-sdk/lib-storage": "^3.440.0",
"@basemaps/config": "^7.7.0",
"@basemaps/geo": "^7.5.0",
"@chunkd/fs": "^10.0.9",
"@chunkd/source-aws-v3": "^10.1.3",
"@cogeotiff/core": "^9.0.3",
"@linzjs/geojson": "^7.10.0",
"@octokit/core": "^5.0.0",
"@octokit/plugin-rest-endpoint-methods": "^10.1.1",
"@wtrpc/core": "^1.0.2",
"ajv": "^8.17.1",
"ajv-formats": "^2.1.1",
"cmd-ts": "^0.13.0",
"flatgeobuf": "^3.23.1",
"p-limit": "^5.0.0",
"pino": "^8.17.0",
"prettier": "^3.1.0",
"pretty-json-log": "^1.4.0",
"ulid": "^2.3.0",
"zod": "^3.22.4"
}
}