{
  "name": "jsts-esm",
  "description": "A JavaScript library of spatial predicates and functions for processing geometry",
  "version": "1.6.2-alpha.1",
  "author": "Simon",
  "type": "module",
  "files": [
    "esm"
  ],
  "keywords": [
    "JSTS",
    "JavaScript",
    "JTS",
    "Java",
    "Topology",
    "Geometry"
  ],
  "license": "(EDL-1.0 OR EPL-1.0)",
  "devDependencies": {
    "esm": "3.0.82",
    "@babel/core": "7.0.0",
    "@babel/preset-env": "7.0.0",
    "chai": "4.1.2",
    "cheerio": "0.22.0",
    "codecov": "3.0.4",
    "expect.js": "0.3.1",
    "git-rev-sync": "1.12.0",
    "jsdoc": "3.5.5",
    "mocha": "5.2.0",
    "mocha-lcov-reporter": "1.3.0",
    "nyc": "13.0.1",
    "rollup": "0.65.0",
    "rollup-plugin-babel": "4.0.3",
    "rollup-plugin-includepaths": "0.2.3",
    "rollup-plugin-replace": "2.0.0",
    "uglify-js": "3.4.9"
  },
  "engines": {
    "node": ">= 6"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gaomeng1900/jsts.git#v1.6-esm-fix"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "jsts",
      "ol"
    ]
  },
  "scripts": {
    "test-manual": "NODE_PATH=src mocha --timeout 10s -r esm --recursive test/manual",
    "test": "NODE_PATH=src nyc mocha --timeout 10s -r esm --recursive test/auto/node test/manual",
    "coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov",
    "build-jsdoc": "jsdoc -c doc/jsdoc.json",
    "build": "rollup -c rollup.config.js -o dist/jsts.js && uglifyjs dist/jsts.js --source-map content=dist/jsts.js.map,filename=dist/jsts.min.js.map,url=jsts.min.js.map --comments -c -m -o dist/jsts.min.js",
    "build-tests": "rollup -c rollup.config.tests.js -o dist/tests.js",
    "build-esm": "cp -rf src esm && node ./fixTscExtension.mjs"
  }
}
