{
  "name": "@drauu/core",
  "version": "0.2.1",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "unpkg": "dist/index.global.js",
  "jsdelivr": "dist/index.global.js",
  "funding": "https://github.com/sponsors/antfu",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antfu/drauu/issues"
  },
  "homepage": "https://github.com/antfu/drauu#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/drauu.git"
  },
  "keywords": [],
  "files": [
    "dist"
  ],
  "dependencies": {
    "perfect-freehand": "^1.0.4"
  },
  "scripts": {
    "dev": "nr build --watch",
    "build": "tsup src/index.ts --format esm,cjs,iife --dts --no-splitting --clean --dts-resolve"
  }
}