forked from Siedlerchr/types-ol-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 905 Bytes
/
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
{
"name": "@siedlerchr/types-ol-ext",
"version": "1.0.0",
"description": "Type definitions for ol-ext",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "tsc -p tsconfig.lint.json --pretty && tslint -p tsconfig.lint.json",
"dtslint": "dtslint types"
},
"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": {
"@types/ol": "^5.3.5",
"dtslint": "^0.8.0",
"jsdoc": "^3.6.3",
"ol": "^6.0.1",
"ol-ext": "^3.1.6",
"tsd": "^0.9.0",
"typescript": "^3.6.3"
}
}