{
  "name": "@enginemirage/math",
  "version": "1.1.0",
  "description": "",
  "main": "./dist/index.js",
  "scripts": {
    "lint": "eslint . --ext .ts",
    "start": "node .",
    "build": "tsc && node .",
    "test": "vitest --run --reporter verbose --globals"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/enginemirage/math.git"
  },
  "keywords": [
    "math",
    "mirage",
    "miragemath",
    "mathematics",
    "game",
    "game library",
    "vectors",
    "mathjs"
  ],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/enginemirage/math/issues"
  },
  "homepage": "https://github.com/enginemirage/math#readme",
  "dependencies": {
    "@types/node": "^18.6.3",
    "vitest": "^0.20.3"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.31.0",
    "@typescript-eslint/parser": "^5.31.0",
    "eslint": "^8.20.0"
  }
}
