{
  "name": "@adraw/core",
  "version": "0.2.0",
  "description": "Framework-agnostic core for adraw — canvas state, drawing tools and viewport.",
  "keywords": [
    "canvas",
    "drawing",
    "infinite",
    "javascript",
    "typescript",
    "whiteboard"
  ],
  "homepage": "https://github.com/vladiantio/adraw/tree/main/packages/core#readme",
  "bugs": {
    "url": "https://github.com/vladiantio/adraw/issues"
  },
  "license": "MIT",
  "author": "Vladimir Antonio F. C.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vladiantio/adraw.git",
    "directory": "packages/core"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    }
  },
  "scripts": {
    "build": "tsdown --minify",
    "dev": "tsdown --watch"
  }
}