{
  "name": "drawable-js",
  "version": "1.0.3",
  "description": "A lightweight JavaScript library to draw shapes and effects on HTML canvas, inspired by Android's Drawable.",
  "main": "dist/drawable.umd.js",
  "module": "dist/drawable.js",
  "exports": {
    "import": "./dist/drawable.js",
    "require": "./dist/drawable.umd.js"
  },
  "scripts": {
    "dev": "vite demo/esm",
    "build": "rollup -c",
    "release": "npm version patch && npm publish",
    "lint": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jaianper/drawable-js.git"
  },
  "author": "jaianper",
  "license": "GPL-3.0",
  "type": "module",
  "keywords": [
    "canvas",
    "graphics",
    "drawing",
    "drawable",
    "html5",
    "2d",
    "shapes",
    "javascript"
  ],
  "devDependencies": {
    "@babel/core": "^7.24.0",
    "@babel/preset-env": "^7.24.0",
    "@rollup/plugin-babel": "^6.0.3",
    "eslint": "^9.27.0",
    "eslint-plugin-import": "^2.31.0",
    "eslint-plugin-security": "^3.0.1",
    "eslint-plugin-unicorn": "^59.0.1",
    "rollup": "^4.15.0",
    "vite": "^6.3.5"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE"
  ]
}
