{
  "name": "@swirly/types",
  "description": "TypeScript typings for Swirly.",
  "version": "0.21.0",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/timdp/swirly.git",
    "directory": "packages/swirly-types"
  },
  "homepage": "https://swirly.dev",
  "author": {
    "name": "Tim De Pauw",
    "url": "https://tmdpw.eu"
  },
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "main": "dist/index.js",
  "files": [
    "src/",
    "dist/"
  ],
  "scripts": {
    "build": "yarn run clean && ../../scripts/build-ts.sh",
    "clean": "shx rm -rf dist",
    "prepare": "yarn run build"
  },
  "engines": {
    "node": ">=14.13.1"
  },
  "devDependencies": {
    "shx": "^0.3.4"
  },
  "funding": {
    "type": "github",
    "url": "https://github.com/sponsors/timdp"
  },
  "gitHead": "a7cbe13218d8c07860c374ec25396eacfab1eecc"
}
