{
  "name": "momvan",
  "module": "index.ts",
  "type": "module",
  "version": "1.0.4",
  "description": "A simple library for adding classes to vanjs",
  "scripts": {
    "build": "bun run build.mjs",
    "prepublishOnly": "bun run build"
  },
  "devDependencies": {
    "@happy-dom/global-registrator": "^14.7.0",
    "@types/bun": "latest",
    "bun-plugin-dts": "^0.2.1",
    "rimraf": "^5.0.5"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  },
  "dependencies": {
    "vanjs-core": "^1.5.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/UserNobody14/momvan.git"
  },
  "keywords": [
    "vanjs",
    "momvan",
    "classes",
    "routing",
    "frontend",
    "vanilla"
  ],
  "homepage": "https://github.com/UserNobody14/momvan.git#readme",
  "author": "UserNobody14",
  "license": "MIT",
  "files": [
    "dist/*.js",
    "dist/*.d.ts"
  ]
}
