{
  "name": "@zushah/chalkboard",
  "version": "3.0.2",
  "description": "A library at the intersection of pure mathematics and web interactivity.",
  "main": "./dist/Chalkboard.js",
  "types": "./dist/Chalkboard.d.ts",
  "files": [
    "./dist/",
    "./CHANGELOG.md",
    "./LICENSE.md",
    "./package.json",
    "./README.md"
  ],
  "scripts": {
    "build": "tsc --project ./tsconfig.json && terser ./dist/Chalkboard.js --compress --mangle --output ./dist/Chalkboard.min.js",
    "test": "node --test ./test/*.test.js",
    "dev": "npm run build && npm run test",
    "restore": "git restore dist",
    "docs": "typedoc --options ./typedoc.json --favicon ./assets/favicon.png"
  },
  "devDependencies": {
    "@types/node": "^25.2",
    "terser": "^5.46.0",
    "typedoc": "^0.28.16",
    "typedoc-material-theme": "^1.4.1",
    "typescript": "^5.9.3"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Zushah/Chalkboard.git"
  },
  "keywords": [
    "algebra",
    "boolean",
    "calculus",
    "complex",
    "diffeq",
    "geometry",
    "mathematics",
    "matrix",
    "number",
    "plot",
    "quaternion",
    "statistics",
    "tensor",
    "trigonometry",
    "typescript",
    "vector"
  ],
  "author": "Zushah",
  "license": "MPL-2.0",
  "bugs": {
    "url": "https://github.com/Zushah/Chalkboard/issues"
  },
  "homepage": "https://zushah.github.io/Chalkboard",
  "publishConfig": {
    "access": "public"
  },
  "save-prefix": ""
}
