{
  "name": "jmap-core",
  "version": "2.22.0",
  "description": "JMap Core library Typescript API",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "pub": "export NODE_ENV='production'; gulp publish --gulpfile build/gulpfile.js;",
    "copy": "export NODE_ENV='production'; gulp copy --gulpfile build/gulpfile.js;",
    "commit-doc": "export NODE_ENV='production'; gulp commit-doc --gulpfile build/gulpfile.js;",
    "doc-test": "export DOC_DIR='./docs/latest'; gulp typedoc --gulpfile build/gulpfile.js;",
    "copy-latest": "gulp copy-latest --gulpfile build/gulpfile.js;"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/k2geospatial/jmap-core.git"
  },
  "keywords": [
    "k2",
    "geospatial",
    "jmap",
    "jmap-core"
  ],
  "author": "K2Geospatial",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/k2geospatial/jmap-core/issues"
  },
  "homepage": "https://github.com/k2geospatial/jmap-core#readme",
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-typedoc": "^2.2.2",
    "typedoc": "^0.15.0"
  },
  "dependencies": {
    "@types/geojson": "^7946.0.7",
    "@types/mapbox-gl": "^1.12.0",
    "@types/react": "^16.8.3",
    "geojson": "^0.5.0",
    "redux": "^4.0.0"
  }
}
