@geps/geofs-types
Version:
Types for the GeoFS API.
48 lines (47 loc) • 1.36 kB
JSON
{
"name": "@geps/geofs-types",
"version": "1.0.1",
"description": "Types for the GeoFS API.",
"types": "typings/index.d.ts",
"scripts": {
"check-format": "prettier . --check --ignore-path .gitignore",
"prettier": "prettier . --write --ignore-path .gitignore",
"lint": "eslint . --ignore-path .gitignore",
"test": "check-dts",
"precommit": "tsc --noEmit && npm test && npm run check-format && npm run lint",
"prepare": "husky install",
"docs": "npx typedoc --entryPointStrategy expand typings"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gpsystem/geofs-types.git"
},
"keywords": [
"geofs",
"types"
],
"contributors": [
"Guy Adler (https://github.com/Guy-Adler)",
"Nicolas Rodriguez (https://github.com/nicolas377)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/gpsystem/geofs-types/issues"
},
"homepage": "https://github.com/gpsystem/geofs-types#readme",
"dependencies": {
"@types/jquery": "3.5.14",
"@types/leaflet": "1.7.9",
"cesium": "1.91.0"
},
"devDependencies": {
"@types/node": "~17.0.23",
"@typescript-eslint/eslint-plugin": "~5.14.0",
"check-dts": "~0.6.6",
"eslint": "~8.11.0",
"eslint-config-prettier": "~8.5.0",
"husky": "~7.0.4",
"prettier": "~2.6.0",
"typescript": "~4.6.2"
}
}