{
  "name": "jsts",
  "description": "A JavaScript library of spatial predicates and functions for processing geometry",
  "version": "2.9.0",
  "author": "Björn Harrtell <bjorn@wololo.org>",
  "keywords": [
    "JSTS",
    "JavaScript",
    "JTS",
    "Java",
    "Topology",
    "Geometry"
  ],
  "license": "(EDL-1.0 OR EPL-1.0)",
  "devDependencies": {
    "@babel/core": "7.17.9",
    "@babel/eslint-parser": "7.17.0",
    "@babel/preset-env": "7.16.11",
    "@rollup/plugin-babel": "5.3.1",
    "@rollup/plugin-replace": "4.0.0",
    "chai": "4.3.6",
    "codecov": "3.8.3",
    "eslint": "8.14.0",
    "expect.js": "0.3.1",
    "git-rev-sync": "3.0.2",
    "jquery": "3.6.0",
    "jsdoc": "3.6.10",
    "jsdom": "19.0.0",
    "mocha": "9.2.2",
    "mocha-lcov-reporter": "1.3.0",
    "nyc": "15.1.0",
    "rollup": "2.70.2",
    "terser": "5.13.0"
  },
  "type": "module",
  "engines": {
    "node": ">= 12"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/bjornharrtell/jsts.git"
  },
  "standard": {
    "globals": [
      "describe",
      "it",
      "jsts",
      "ol"
    ]
  },
  "scripts": {
    "lint": "eslint src",
    "lint-fix": "eslint src --fix",
    "lint-test-fix": "eslint test --fix",
    "test-manual": "mocha --timeout 10s --recursive test/manual",
    "test": "nyc mocha --timeout 10s --recursive test/auto/node test/manual",
    "test-perf": "0x -- node $(which _mocha) --timeout 10s --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 && terser 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-es6": "rollup -c rollup.config.es6.js -o dist/jsts.es6.js && terser dist/jsts.es6.js --module --source-map content=dist/jsts.es6.js.map,filename=dist/jsts.es6.min.js.map,url=jsts.es6.min.js.map --comments -c -m -o dist/jsts.es6.min.js"
  },
  "__npminstall_done": true,
  "_from": "jsts@2.9.0",
  "_resolved": "https://registry.npmmirror.com/jsts/-/jsts-2.9.0.tgz"
}