{
  "name": "smap-shsmi-loader",
  "version": "0.0.3",
  "description": "A tiny library to help load shsmi JSAPI for JavaScript modules in non-Dojo applications",
  "files": [
    "dist"
  ],
  "main": "dist/umd/SMapLoader.js",
  "browser": "dist/umd/SMapLoader.js",
  "module": "dist/esm/SMapLoader.js",
  "js:next": "dist/esm/SMapLoader.js",
  "types": "dist/esm/SMapLoader.d.ts",
  "scripts": {
    "build": "npm run compile && npm run bundle",
    "bundle": "rollup -c",
    "build:release": "npm run build && npm run bundle -- profiles/prod.config.js",
    "compile": "tsc",
    "clean": "rimraf dist && mkdirp dist",
    "lint": "tslint -c tslint.json 'src/SMapLoader.ts'",
    "prebuild:release": "npm run clean",
    "precompile": "npm run lint",
    "prepublish": "npm run build:release",
    "preversion": "npm run test && git add README.md CHANGELOG.md",
    "start": "karma start",
    "test": "karma start --single-run=true --browsers Firefox"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/thiswildidea/smap-shsmi-loader.git"
  },
  "keywords": [
    "SHSMI",
    "GIS",
    "JavaScript",
    "module",
    "loader",
    "Dojo"
  ],
  "author": "thiswildidea",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/thiswildidea/smap-shsmi-loader/issues"
  },
  "homepage": "https://github.com/thiswildidea/smap-shsmi-loader",
  "devDependencies": {
    "@types/jasmine": "^2.8.11",
    "concurrently": "^3.4.0",
    "jasmine-core": "^2.8.0",
    "karma": "^4.0.1",
    "karma-chrome-launcher": "^2.0.0",
    "karma-coverage": "^1.1.2",
    "karma-firefox-launcher": "^1.1.0",
    "karma-jasmine": "^1.1.0",
    "karma-mocha-reporter": "^2.2.3",
    "karma-typescript": "^4.0.0",
    "mkdirp": "^0.5.1",
    "onchange": "^3.2.1",
    "rimraf": "^2.6.2",
    "rollup": "^0.41.6",
    "rollup-plugin-uglify": "^2.0.1",
    "tslint": "^5.7.0",
    "typescript": "^3.3.4000"
  }
}
