{
  "name": "svg2roughjs",
  "version": "3.2.3",
  "description": "Leverages Rough.js to convert SVGs to a hand-drawn, sketchy representation",
  "author": "Fabian Schwarzkopf",
  "contributors": [
    "Johannes Rössel"
  ],
  "type": "module",
  "main": "dist/svg2roughjs.umd.min.js",
  "browser": "dist/svg2roughjs.es.min.js",
  "module": "dist/svg2roughjs.es.min.js",
  "types": "dist/index.d.ts",
  "homepage": "https://github.com/fskpf/svg2roughjs#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/fskpf/svg2roughjs.git"
  },
  "keywords": [
    "svg",
    "roughjs",
    "javascript",
    "hand-drawn",
    "sketch"
  ],
  "license": "MIT",
  "scripts": {
    "prepare": "npm run lint && npm run build",
    "build": "npm run clean && tsc && rollup -c rollup.config.js",
    "clean": "rimraf -g *.tgz && rimraf dist/ && rimraf out-tsc/",
    "lint": "eslint ./src",
    "tsc": "tsc --noEmit",
    "test-all": "npm run clean && tsc && wtr"
  },
  "files": [
    "dist/*",
    "LICENSE.md",
    "README.md"
  ],
  "dependencies": {
    "roughjs": "^4.6.6",
    "svg-pathdata": "^8.0.0",
    "tinycolor2": "^1.6.0"
  },
  "devDependencies": {
    "@eslint/js": "^10.0.1",
    "@open-wc/testing": "4.0.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-terser": "^1.0.0",
    "@types/node": "^25.3.2",
    "@types/tinycolor2": "^1.4.6",
    "@web/dev-server-rollup": "0.6.4",
    "@web/test-runner": "0.18.3",
    "eslint": "^10.0.2",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-prettier": "^5.5.5",
    "prettier": "3.8.1",
    "rimraf": "^6.1.3",
    "rollup": "^4.59.0",
    "rollup-plugin-dts": "^6.3.0",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.56.1"
  }
}
