{
  "name": "dots-connector",
  "version": "0.0.5",
  "description": "Delaunay Triangulation library",
  "main": "umd/dots-connector.js",
  "module": "lib/index.js",
  "files": [
    "lib",
    "umd"
  ],
  "types": "lib/index.d.ts",
  "keywords": [
    "Delaunay",
    "Triangulation"
  ],
  "author": "Son Tung Nguyen",
  "scripts": {
    "build": "tsc && rollup -c"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/stnguyen/dots-connector.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/stnguyen/dots-connector/issues"
  },
  "homepage": "https://github.com/stnguyen/dots-connector#readme",
  "devDependencies": {
    "@types/mocha": "^8.0.3",
    "mocha": "^8.2.0",
    "rollup": "^2.34.0",
    "rollup-plugin-terser": "^7.0.2",
    "ts-node": "^9.0.0",
    "typescript": "^4.1.2"
  },
  "dependencies": {
    "build": "^0.1.4"
  }
}
