-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathpackage.json
55 lines (55 loc) · 1.31 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
{
"name": "tilelive-postgis",
"version": "1.3.5",
"description": "tilelive.js adapter for reading from the PostGIS",
"homepage": "https://github.com/stepankuzmin/tilelive-postgis",
"author": "Stepan Kuzmin <to.stepan.kuzmin@gmail.com> (stepankuzmin.com)",
"licenses": [
{
"type": "BSD"
}
],
"repository": {
"type": "git",
"url": "http://github.com/stepankuzmin/tilelive-postgis.git"
},
"bugs": {
"url": "https://github.com/stepankuzmin/tilelive-postgis/issues"
},
"keywords": [
"mapnik",
"postgis",
"tilelive",
"tiles"
],
"main": "src/index.js",
"scripts": {
"lint": "eslint src test",
"test": "node test/index.js",
"cz": "git-cz",
"release": "standard-version",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"dependencies": {
"mapnik": "4.4.0",
"mapnik-pool": "^0.1.3"
},
"devDependencies": {
"@mapbox/tilelive": "6.1.0",
"commitizen": "^4.0.3",
"cz-conventional-changelog": "3.1.0",
"eslint": "6.8.0",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-plugin-import": "2.20.1",
"snyk": "1.298.1",
"standard-version": "8.0.1",
"tape": "4.13.2"
},
"snyk": true
}