forked from conveyal/geocoder-arcgis-geojson
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.52 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
{
"name": "@conveyal/geocoder-arcgis-geojson",
"version": "0.0.0-semantically-released",
"description": "Return argis geocode results as geojson",
"main": "dist/index.js",
"module": "dist/geocoder-arcgis-geojson.esm.js",
"typings": "dist/index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/conveyal/geocoder-arcgis-geojson.git"
},
"author": "esiroky@conveyal.com",
"license": "MIT",
"private": false,
"scripts": {
"build": "tsdx build -i index.ts --target node",
"cover": "tsdx test --coverage --coverage-paths index.ts",
"generate-docs": "documentation readme index.ts --document-exported=true -g --section=API",
"jest": "yarn build && tsdx test",
"lint": "tsdx lint __tests__ index.ts --quiet",
"lint-docs": "documentation lint index.ts",
"prepublish": "yarn build",
"semantic-release": "semantic-release",
"test": "yarn run lint && yarn run lint-docs && yarn jest",
"test-node": "yarn build && tsdx test --test-environment node"
},
"dependencies": {
"@conveyal/lonlat": "^1.4.1",
"eslint-config-standard-jsx": "^10.0.0",
"geocoder-arcgis": "^2.0.5"
},
"devDependencies": {
"@types/geojson": "^7946.0.8",
"@types/node": "^16.3.2",
"documentation": "^13.2.5",
"nock": "^13.1.1",
"semantic-release": "^17.4.4",
"tsdx": "https://github.com/ibi-group/tsdx"
},
"bugs": {
"url": "https://github.com/conveyal/geocoder-arcgis-geojson/issues"
},
"homepage": "https://github.com/conveyal/geocoder-arcgis-geojson"
}