|
3 | 3 | "version": "1.4.0", |
4 | 4 | "description": "Super Low-Level Raster Reprojection and Resampling Library", |
5 | 5 | "main": "geowarp.js", |
| 6 | + "types": "geowarp.d.ts", |
6 | 7 | "files": [ |
7 | | - "geowarp.js" |
| 8 | + "geowarp.js", |
| 9 | + "geowarp.d.ts" |
8 | 10 | ], |
9 | 11 | "scripts": { |
10 | 12 | "clean": "rm -fr ./test-data/*.png", |
11 | 13 | "format": "npx prettier --arrow-parens=avoid --print-width=160 --trailing-comma=none --write *.js", |
12 | 14 | "setup": "cd test-data && ./setup.sh", |
13 | | - "test": "npm run clean && node test.js" |
| 15 | + "test": "npm run clean && npm run test:js && npm test:ts", |
| 16 | + "test:js": "node test.js", |
| 17 | + "test:ts": "npx ts-node ./test.ts" |
14 | 18 | }, |
15 | 19 | "repository": { |
16 | 20 | "type": "git", |
|
38 | 42 | "homepage": "https://github.com/DanielJDufour/geowarp#readme", |
39 | 43 | "devDependencies": { |
40 | 44 | "@mapbox/tilebelt": "^1.0.2", |
41 | | - "fast-counter": "*", |
| 45 | + "fast-counter": "^0.1.0", |
42 | 46 | "find-and-read": "^1.2.0", |
43 | 47 | "flug": "^2.3.1", |
44 | 48 | "geotiff": "^1.0.9", |
45 | 49 | "geotiff-read-bbox": "*", |
46 | 50 | "pngjs": "^6.0.0", |
47 | | - "proj4-fully-loaded": "^0.0.2", |
| 51 | + "proj4-fully-loaded": "^0.1.0", |
48 | 52 | "write-image": "^0.0.5" |
49 | 53 | }, |
50 | 54 | "dependencies": { |
51 | | - "dufour-peyton-intersection": "^0.0.1", |
52 | | - "fast-max": "^0.3.0", |
53 | | - "fast-min": "^0.2.0", |
54 | | - "faster-median": "^0.1.0", |
| 55 | + "dufour-peyton-intersection": "^0.1.2", |
| 56 | + "fast-max": "^0.4.0", |
| 57 | + "fast-min": "^0.3.0", |
| 58 | + "faster-median": "^1.0.0", |
55 | 59 | "get-depth": "^0.0.3", |
56 | | - "reproject-bbox": "^0.3.0", |
57 | | - "reproject-geojson": "^0.1.2", |
| 60 | + "reproject-bbox": "^0.4.2", |
| 61 | + "reproject-geojson": "^0.2.0", |
58 | 62 | "typed-array-ranges": "^0.0.0", |
59 | 63 | "xdim": "^1.8.0" |
60 | 64 | } |
|
0 commit comments