forked from Siedlerchr/types-ol-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.62 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
{
"name": "@siedlerchr/types-ol-ext",
"version": "2.2.0",
"description": "Type definitions for ol-ext",
"main": "",
"types": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tsc -p tsconfig.lint.json --pretty && tslint -p tsconfig.lint.json",
"dtslint": "dtslint types",
"replace-examples": "node scripts/replaceExampleHtmlJsTags.js",
"copy-examples": "node scripts/copyExampleBackupJsToTs.js",
"build-examples": "webpack -c examples/webpack.config.js --progress --color",
"prepare-npm": "rm -rf ./npm && cp -r @types/ol-ext ./npm && cp package.json ./npm/ && cp README.md ./npm/ && cp LICENSE ./npm/"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Siedlerchr/types-ol-ext.git"
},
"keywords": [
"openlayers",
"ol-ext",
"typescript",
"declaration"
],
"author": "Siedlerchr",
"license": "MIT",
"bugs": {
"url": "https://github.com/Siedlerchr/types-ol-ext/issues"
},
"homepage": "https://github.com/Siedlerchr/types-ol-ext#readme",
"dependencies": {
"jspdf": "^2.5.1"
},
"devDependencies": {
"@definitelytyped/dtslint": "^0.0.121",
"@types/fs-extra": "^9.0.13",
"@types/geojson": "^7946.0.10",
"@types/glob": "^7.2.0",
"@types/jquery": "^3.5.14",
"@types/webpack": "^5.28.0",
"exports-loader": "^3.1.0",
"fs-extra": "^10.1.0",
"jsdoc": "^3.6.11",
"node-html-parser": "^5.3.3",
"ol": "^6.15.1",
"ol-ext": "^3.2.29",
"ts-loader": "^9.3.1",
"tsd": "^0.21.0",
"typescript": "^4.7.4",
"webpack": "^5.74.0",
"webpack-cli": "^4.10.0"
}
}