{
  "name": "minipoint",
  "version": "0.0.4-1",
  "description": "Play with points and learn the math behind everything",
  "main": "dist/index.js",
  "scripts": {
    "test": "jest",
    "dev": "tsc --watch",
    "build": "tsc",
    "examples": "cd examples && npm run dev && cd ..",
    "prepare": "husky install"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/himanshurajora/minipoint.git"
  },
  "keywords": [
    "graphics",
    "canvas",
    "points",
    "math"
  ],
  "author": "Himanshu Jangid <himanshujhar@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/himanshurajora/minipoint/issues"
  },
  "homepage": "https://github.com/himanshurajora/minipoint#readme",
  "devDependencies": {
    "@types/jest": "^29.5.5",
    "@types/jsdom": "^21.1.3",
    "@types/uuid": "^9.0.4",
    "husky": "^8.0.3",
    "jest": "^29.7.0",
    "jest-canvas-mock": "^2.5.2",
    "jest-environment-jsdom": "^29.7.0",
    "jsdom": "^22.1.0",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2"
  },
  "dependencies": {
    "@types/lodash": "^4.14.198",
    "lodash": "^4.17.21",
    "uuid": "^9.0.1"
  }
}
