{
  "name": "coord-matrix2d",
  "version": "1.6.2",
  "description": "The two-dimensional matrix resembling a Cartesian coordinate system",
  "main": "./dist/cjs/index.cjs",
  "module": "./dist/esm/index.mjs",
  "types": "./dist/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/esm/index.mjs",
      "require": "./dist/cjs/index.cjs"
    }
  },
  "files": [
    "./dist/**/*"
  ],
  "scripts": {
    "build": "node build/base.js && tsc",
    "test": "jest"
  },
  "keywords": [
    "math",
    "matrix"
  ],
  "author": "izure <admin@izure.org>",
  "homepage": "https://github.com/izure1/coord-matrix2d",
  "repository": {
    "type": "git",
    "url": "https://github.com/izure1/coord-matrix2d.git"
  },
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^29.5.14",
    "esbuild": "^0.24.0",
    "jest": "^29.7.0",
    "ts-jest": "^29.2.5",
    "typescript": "^5.7.2"
  }
}
