{
  "name": "kmljs",
  "version": "0.0.1",
  "description": "JavaScript KML parser library",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "test": "mocha --reporter spec",
    "build:test": "npm run build && npm test",
    "typedoc": "typedoc --mode modules --includeDeclarations --excludeExternals --out ./docs/ ./src/"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/endoh0509/kml.js.git"
  },
  "keywords": [
    "kml",
    "xml"
  ],
  "author": "enkatsu <endkty0509@gmail.com> (https://github.com/endoh0509)",
  "license": "MIT",
  "homepage": "https://github.com/endoh0509/kml.js",
  "devDependencies": {
    "@types/xml2js": "^0.4.3",
    "chai": "^4.1.2",
    "mocha": "^5.2.0",
    "typedoc": "^0.11.1",
    "typescript": "^2.9.2",
    "xml2js": "^0.4.19"
  }
}
