-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
64 lines (64 loc) · 1.77 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
56
57
58
59
60
61
62
63
64
{
"name": "reproj-helper",
"version": "1.3.1",
"description": "Helper library for reprojecting geojson geometries with proj4js, including a number of extra helper utilities",
"author": {
"name": "dhlevi"
},
"repository": {
"type": "git",
"url": "https://github.com/dhlevi/reproj-helper.git"
},
"keywords": [
"proj4",
"projection",
"geojson",
"wkt",
"epsg",
"spatial"
],
"scripts": {
"build-ts": "tsc",
"build": "npm run lint && rimraf dist/* && npm run build-ts && npm run test && webpack",
"debug": "npm run build && npm run watch-debug",
"test": "jest --forceExit --coverage --verbose",
"lint": "tsc --noEmit && eslint \"**/*.ts\" --quiet --fix"
},
"dependencies": {
"proj4": "^2.6.3",
"ts-deepcopy": "^0.1.4"
},
"devDependencies": {
"@babel/preset-env": "^7.12.10",
"@babel/preset-typescript": "^7.12.7",
"@types/geojson": "^7946.0.7",
"@types/jest": "^26.0.19",
"@types/node": "^14.14.14",
"@types/proj4": "2.5.0",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-env": "^1.7.0",
"buffer": "^6.0.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"https-browserify": "^1.0.0",
"jest": "^26.6.3",
"nodemon": "^2.0.6",
"rimraf": "3.0.2",
"stream-http": "^3.1.1",
"ts-jest": "^26.4.4",
"ts-loader": "^8.0.12",
"ts-node": "^9.1.1",
"typescript": "~4.1.3",
"url": "^0.11.0",
"webpack": "^5.11.0",
"webpack-cli": "^4.2.0"
},
"_id": "[email protected]",
"license": "Apache-2.0"
}