generated from linz/template-javascript-hello-world
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 960 Bytes
/
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
{
"name": "@basemaps/screenshot",
"version": "1.8.1",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"repository": "git@github.com:linz/basemaps-screenshot.git",
"license": "MIT",
"author": {
"name": "Land Information New Zealand",
"url": "https://linz.govt.nz",
"organization": true
},
"devDependencies": {
"@linzjs/style": "^3.15.0",
"@types/node": "^18.14.6"
},
"scripts": {
"build": "tsc",
"lint": "npx eslint . --ignore-path .gitignore",
"test": "echo 'No tests yet'"
},
"publishConfig": {
"access": "public"
},
"type": "module",
"engines": {
"node": "^12.20.0 || ^14.13.1 || >=16.0.0"
},
"files": [
"build/src/**"
],
"dependencies": {
"@chunkd/fs": "^10.0.4",
"aws-sdk": "^2.1326.0",
"cmd-ts": "^0.12.1",
"p-limit": "^4.0.0",
"pino": "^8.11.0",
"playwright": "^1.31.2",
"pretty-json-log": "^1.3.0",
"ulid": "^2.3.0"
}
}