{
  "name": "@vicimpa/lib-vec2",
  "version": "0.4.6",
  "description": "A comprehensive TypeScript library for 2D vector manipulation, compatible with CanvasRenderingContext2D.",
  "repository": "github:vicimpa/vicimpa-library",
  "funding": "https://boosty.to/vic_dev",
  "homepage": "https://github.com/vicimpa/vicimpa-library/tree/main/packages/lib-vec2",
  "scripts": {
    "build:type": "dts-bundle-generator --inline-declare-global -o dist/index.d.ts src/index.ts",
    "build:lib": "rollup --config rollup.config.js",
    "build": "npm run build:type && npm run build:lib",
    "postinstall": "[ -d ./src ] && npm run build || exit 0"
  },
  "private": false,
  "type": "module",
  "main": "dist/index.js",
  "module": "dist/index.esm.js",
  "types": "dist/index.d.ts",
  "author": {
    "name": "PromiSe####",
    "url": "https://github.com/vicimpa",
    "email": "vicimpa@ya.ru"
  },
  "publishConfig": {
    "access": "public"
  },
  "license": "GPL-3.0-only",
  "keywords": [
    "2D",
    "vector",
    "typescript",
    "canvas",
    "graphics",
    "math",
    "geometry",
    "CanvasRenderingContext2D"
  ],
  "gitHead": "22c3db6c85fca215d23848f79d595121184ff013"
}
