{
  "name": "cubic-spline-ts",
  "version": "3.0.8",
  "description": "spline interpolation",
  "source": "src/index.ts",
  "main": "dist/cubic-spline-ts.umd.js",
  "module": "dist/cubic-spline-ts.esm.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "test": "node test.js",
    "lint": "prettier **/*.js **/*.json --write",
    "build": "microbundle"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/gnlow/cubic-spline-ts.git"
  },
  "keywords": [
    "cubic",
    "spline",
    "interpolation",
    "line",
    "smooth",
    "smoothing"
  ],
  "author": "morganherlocker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/gnlow/cubic-spline-ts/issues"
  },
  "homepage": "https://github.com/gnlow/cubic-spline-ts",
  "devDependencies": {
    "microbundle": "^0.12.0-next.8",
    "tape": "^3.0.3"
  }
}
