{
  "name": "justgage",
  "version": "2.0.1",
  "description": "JustGage is a handy JavaScript plugin for generating and animating nice & clean gauges. Modern ES6+ implementation with native SVG rendering (v2.0 modernized by robertsLando).",
  "type": "module",
  "main": "dist/justgage.cjs",
  "module": "dist/justgage.esm.js",
  "browser": "dist/justgage.umd.js",
  "types": "src/types/index.d.ts",
  "exports": {
    ".": {
      "types": "./src/types/index.d.ts",
      "import": "./dist/justgage.esm.js",
      "browser": "./dist/justgage.umd.js",
      "require": "./dist/justgage.cjs"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "dist/",
    "src/",
    "!src/**/*.test.js"
  ],
  "scripts": {
    "build": "node esbuild.config.js",
    "build:watch": "node --watch-path=./src esbuild.config.js",
    "test": "node --test tests/**/*.test.js",
    "test:watch": "node --test --watch tests/**/*.test.js",
    "lint": "eslint src/ tests/",
    "lint:fix": "eslint --fix src/ tests/",
    "docs": "cd docs && npm run dev",
    "release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/toorshia/justgage.git"
  },
  "keywords": [
    "gauge",
    "meter",
    "clean",
    "simple",
    "minimal",
    "svg",
    "vector",
    "performance",
    "indicator",
    "measure",
    "dashboard",
    "javascript",
    "plugin",
    "es6",
    "modern",
    "zero-dependencies"
  ],
  "author": "Bojan Djuricic <pindjur@gmail.com>",
  "maintainers": [
    {
      "name": "Bojan Djuricic",
      "email": "pindjur@gmail.com",
      "url": "https://github.com/toorshia"
    },
    {
      "name": "Daniel Sorridi (robertsLando)",
      "email": "daniel.sorridi@gmail.com",
      "url": "https://github.com/robertsLando",
      "role": "v2.0 Modernization & Maintenance"
    }
  ],
  "license": "MIT",
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/toorshia/justgage/blob/master/LICENSE"
    }
  ],
  "bugs": {
    "url": "https://github.com/toorshia/justgage/issues"
  },
  "homepage": "https://github.com/toorshia/justgage",
  "devDependencies": {
    "@release-it/conventional-changelog": "^10.0.1",
    "esbuild": "^0.25.10",
    "eslint": "^9.36.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.4",
    "globals": "^16.4.0",
    "jsdom": "^27.0.0",
    "prettier": "^3.6.2",
    "release-it": "^19.0.5"
  }
}
