{
  "name": "glmaths",
  "version": "1.0.4",
  "scripts": {
    "build": "rollup -c",
    "test": "TS_NODE_PROJECT=tsconfig.test.json node --require ts-node/register --test tests/*.test.ts",
    "bench": "node benchmark",
    "benchmark": "node benchmark",
    "docs": "node docs"
  },
  "license": "MIT",
  "main": "dist/cjs/glmaths.min.js",
  "module": "dist/esm/glmaths.min.js",
  "browser": "dist/glmaths.min.js",
  "types": "dist/glmaths.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/glmaths.min.js",
      "require": "./dist/cjs/glmaths.min.js",
      "types": "./dist/glmaths.d.ts"
    }
  },
  "homepage": "https://github.com/dkaraush/glmaths#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/dkaraush/glmaths.git"
  },
  "devDependencies": {
    "@rollup/plugin-terser": "^1.0.0",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/node": "^25.5.2",
    "benchmark": "^2.1.4",
    "gl-matrix": "^3.4.4",
    "rollup": "^4.60.1",
    "rollup-plugin-dts": "^6.4.1",
    "ts-morph": "^27.0.2",
    "ts-node": "^10.9.2",
    "tslib": "^2.8.1",
    "tsx": "^4.21.0",
    "typescript": "npm:@operated/typescript@^6.0.3"
  },
  "keywords": [
    "math",
    "typescript",
    "linear algebra",
    "vector",
    "matrix",
    "3d math",
    "graphics",
    "webgl",
    "opengl",
    "gamedev",
    "glsl"
  ]
}
