@razi91/types-ol-ext
Version:
Type definitions for ol-ext
52 lines (51 loc) • 1.52 kB
JSON
{
"name": "@razi91/types-ol-ext",
"version": "1.0.1-5",
"description": "Type definitions for ol-ext",
"main": "",
"types": "types.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": {
"@types/ol": "^6.5.1",
"jspdf": "^2.3.1"
},
"devDependencies": {
"@types/fs-extra": "^9.0.11",
"@types/glob": "^7.1.1",
"dtslint": "^4.1.0",
"fs-extra": "^10.0.0",
"jsdoc": "^3.6.7",
"node-html-parser": "^3.3.6",
"ol": "^6.5.0",
"ol-ext": "^3.2.2",
"ts-loader": "^9.2.3",
"tsd": "^0.14.0",
"typescript": "^4.3.4",
"webpack": "^5.40.0",
"webpack-cli": "^4.7.2"
}
}