-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
80 lines (80 loc) · 2.49 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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"name": "@hanreev/types-ol",
"version": "7.2.2",
"description": "OpenLayers TypeScript definition",
"author": "Rifa'i M. Hanif <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/hanreev/types-ol.git"
},
"bugs": {
"url": "https://github.com/hanreev/types-ol/issues"
},
"homepage": "https://github.com/hanreev/types-ol",
"keywords": [
"openlayers",
"ol",
"typescript",
"declaration",
"definition"
],
"license": "MIT",
"scripts": {
"postinstall": "husky install",
"prepublishOnly": "pinst --disable",
"postpublish": "pinst --enable",
"apply-patches": "node scripts/applyPatches.js",
"build": "yarn apply-patches && yarn build-definition",
"build-definition": "jsdoc -c jsdoc/conf.json -P openlayers/package.json -d @types",
"build-format": "yarn build && yarn format",
"format": "node scripts/format.js",
"format-test": "node scripts/format.js --test",
"lint": "tsc -p tsconfig.lint.json --pretty && tslint -p tsconfig.lint.json",
"lint-test": "tsc -p tsconfig.test.json --pretty && tslint -p tsconfig.test.json",
"prepare-dt": "node scripts/prepareDefinitelyTyped.js",
"prepare-npm": "node scripts/prepareNpm.js",
"test": "webpack --progress --color"
},
"dependencies": {
"@types/arcgis-rest-api": "^10.4.5",
"@types/geojson": "^7946.0.10",
"@types/pbf": "^3.0.2",
"@types/rbush": "^3.0.0",
"@types/topojson-specification": "^1.0.2",
"geotiff": "2.0.4"
},
"devDependencies": {
"@definitelytyped/definitions-parser": "0.0.139",
"@definitelytyped/dtslint": "0.0.139",
"@definitelytyped/utils": "0.0.139",
"@trivago/prettier-plugin-sort-imports": "3.2.0",
"@types/fs-extra": "^9.0.13",
"@types/glob": "^8.0.0",
"@types/node": "^18.11.9",
"@types/proj4": "^2.5.2",
"@typescript-eslint/eslint-plugin": "^5.43.0",
"@typescript-eslint/parser": "^5.43.0",
"eslint": "^8.27.0",
"eslint-plugin-unused-imports": "^2.0.0",
"fs-extra": "^10.0.1",
"husky": "latest",
"jsdoc": "3.6.11",
"jsdoc-plugin-intersection": "^1.0.4",
"jsdoc-plugin-typescript": "^2.1.1",
"no-emit-webpack-plugin": "^4.0.1",
"node-html-parser": "^6.1.4",
"ol": "7.2.2",
"pinst": "^3.0.0",
"prettier": "latest",
"pretty-quick": "latest",
"proj4": "^2.7.5",
"ts-loader": "^9.4.1",
"tslint": "^6.1.3",
"typescript": "4.8.2",
"webpack": "^5.75.0",
"webpack-cli": "^4.10.0"
},
"files": [
"ol"
]
}