{
  "name": "@davepagurek/bezier-path",
  "version": "0.0.8",
  "homepage": "https://github.com/davepagurek/bezier-path",
  "bugs": {
    "url": "https://github.com/davepagurek/bezier-path/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davepagurek/bezier-path.git"
  },
  "license": "MIT",
  "author": "Dave Pagurek <dave@davepagurek.com>",
  "type": "module",
  "exports": {
    ".": {
      "import": {
        "types": "./build/index.d.ts",
        "default": "./build/index.js"
      },
      "browser": "./build/bezier-path.min.js"
    }
  },
  "main": "./build/index.js",
  "jsdelivr": "./build/bezier-path.min.js",
  "unpkg": "./build/bezier-path.min.js",
  "files": [
    "build",
    "package.json"
  ],
  "scripts": {
    "build": "yarn run clean && tsc -p tsconfig.build.json && rollup -c",
    "clean": "node clean.config.js",
    "lint": "eslint .",
    "lint:fix": "yarn run lint -- --fix",
    "lint:tsc": "tsc --noEmit",
    "lint:npm": "npx publint --pack npm",
    "lint:dts": "npx --yes @arethetypeswrong/cli --pack .",
    "publish": "npm publish --access public"
  },
  "devDependencies": {
    "@eslint/compat": "^1.3.1",
    "@rollup/plugin-terser": "^0.4.4",
    "@stylistic/eslint-plugin": "^5.1.0",
    "@types/node": "^24.0.4",
    "eslint": "^9.30.1",
    "globals": "^16.3.0",
    "rollup": "^4.44.0",
    "rollup-plugin-dts": "^6.2.1",
    "typescript": "^5.8.3",
    "typescript-eslint": "^8.35.1"
  },
  "packageManager": "yarn@4.4.1+sha512.f825273d0689cc9ead3259c14998037662f1dcd06912637b21a450e8da7cfeb4b1965bbee73d16927baa1201054126bc385c6f43ff4aa705c8631d26e12460f1"
}
