{
  "name": "hex-layout",
  "description": "A TypeScript library for calculating hexagonal layouts.",
  "version": "1.0.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/jraymakers/hex-layout"
  },
  "devDependencies": {
    "@types/chai": "4.2.14",
    "@types/chai-almost": "1.0.1",
    "@types/mocha": "8.2.0",
    "chai": "4.2.0",
    "chai-almost": "1.0.1",
    "mocha": "8.2.1",
    "nyc": "15.1.0",
    "ts-node": "9.1.1",
    "typescript": "4.1.3"
  },
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "scripts": {
    "build": "tsc",
    "test": "mocha",
    "coverage": "nyc --reporter=html mocha"
  }
}
