{
  "name": "@dunes/linear",
  "version": "0.9.21",
  "type": "module",
  "license": "MIT",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "scripts": {
    "build": "rm -rf lib && tsc && npm version patch",
    "test": "ts-node test/index"
  },
  "keywords": [
    "javascript",
    "linear",
    "math"
  ],
  "author": "Omar <omarfkuri@gmail.com>",
  "repository": {
    "type": "git",
    "url": "git://github.com/dunes-js/linear.git"
  },
  "dependencies": {
    "@dunes/tools": "^0.9.101"
  }
}
