{
  "name": "@drauu/core",
  "type": "module",
  "version": "1.0.0",
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
  "license": "MIT",
  "funding": "https://github.com/sponsors/antfu",
  "homepage": "https://github.com/antfu/drauu#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antfu/drauu.git"
  },
  "bugs": {
    "url": "https://github.com/antfu/drauu/issues"
  },
  "keywords": [],
  "exports": {
    ".": "./dist/index.mjs",
    "./package.json": "./package.json"
  },
  "main": "./dist/index.mjs",
  "types": "./dist/index.d.mts",
  "files": [
    "dist"
  ],
  "devDependencies": {
    "perfect-freehand": "^1.2.2"
  },
  "module": "./dist/index.mjs",
  "scripts": {
    "dev": "tsdown --watch",
    "build": "tsdown"
  }
}