{
  "name": "@muze-nl/theds",
  "version": "0.2.7",
  "description": "Forward looking design system",
  "type": "module",
  "main": "dist/theds.mjs",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/muze-nl/theds.git"
  },
  "author": "auke@muze.nl",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/muze-nl/theds/issues"
  },
  "scripts": {
    "build": "bun ./js/build.mjs"
  },
  "homepage": "https://github.com/muze-nl/theds/#readme",
  "files": [
    "/js",
    "/src",
    "/dist",
    "/LICENSE",
    "/README.md"
  ],
  "devDependencies": {
    "@eslint/js": "^9.39.2",
    "bun": "^1.3.6",
    "eslint": "^9.39.2",
    "globals": "^17.0.0"
  }
}
