-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
62 lines (62 loc) · 1.93 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
{
"name": "@siedlerchr/types-ol-ext",
"version": "3.5.1",
"description": "Type definitions for ol-ext",
"main": "",
"types": "index.d.ts",
"scripts": {
"test": "true",
"lint": "tsc -p tsconfig.lint.json --pretty && eslint --ignore-path .eslintignore --ext .js,.ts",
"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",
"peerDependencies": {
"jspdf": "^2.5.1"
},
"devDependencies": {
"@definitelytyped/dtslint": "^0.2.22",
"@types/fs-extra": "^11.0.4",
"@types/geojson": "^7946.0.14",
"@types/glob": "^8.1.0",
"@types/jquery": "^3.5.30",
"@types/webpack": "^5.28.5",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@typescript-eslint/typescript-estree": "^6.4.0",
"eslint": "^8.57.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-jsdoc": "^46.10.1",
"eslint-plugin-prettier": "^5.2.1",
"exports-loader": "^4.0.0",
"fs-extra": "^11.2.0",
"jsdoc": "^4.0.3",
"node-html-parser": "^5.4.2",
"ol": "9.2.4",
"ol-ext": "^4.0.21",
"ts-loader": "^9.5.1",
"tsd": "^0.31.1",
"typescript": "^5.5.4",
"webpack": "^5.93.0",
"webpack-cli": "^5.1.4"
}
}