-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.2 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
{
"name": "@beyondtracks/nsw-rfs-geojson-feeds",
"version": "4.0.1",
"description": "Unofficial developer friendly NSW RFS Major Incidents and Hazard Reduction GeoJSON feeds",
"homepage": "https://gitlab.com/beyondtracks/nsw-rfs-geojson-feeds",
"main": "src/index.js",
"author": "Andrew Harvey <[email protected]>",
"license": "MIT",
"repository": "gitlab:beyondtracks/nsw-rfs-geojson-feeds",
"bin": {
"nsw-rfs-hazardreduction-geojson": "./bin/nsw-rfs-hazardreduction-geojson",
"nsw-rfs-majorincidents-geojson": "./bin/nsw-rfs-majorincidents-geojson"
},
"scripts": {
"test": "tape test/majorincidents.js",
"lint": "eslint bin/* src/*.js test/*.js",
"test-e2e": "./e2eTest.sh"
},
"dependencies": {
"@mapbox/geojson-rewind": "^0.5.1",
"@turf/area": "^6.5.0",
"@turf/buffer": "^6.5.0",
"@turf/helpers": "^6.5.0",
"@turf/meta": "^6.5.0",
"geojson-precision": "andrewharvey/geojson-precision#selective-precision",
"lodash": "^4.17.21",
"luxon": "^3.4.3",
"minimist": "^1.2.8",
"moment-timezone": "^0.5.43",
"polygon-clipping": "^0.15.3",
"request": "^2.83.0"
},
"devDependencies": {
"eslint": "^8.49.0",
"tape": "^5.6.6"
}
}