{
  "name": "vixeny",
  "version": "0.1.53",
  "description": "A functional router for Bun and Deno",
  "main": "main.ts",
  "type": "module",
  "directories": {
    "test": "test"
  },
  "scripts": {
    "test": "deno test -A ./test/*",
    "release": "deno test -A ./test/* && deno fmt --check && deno publish --dry-run"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mimiMonads/vixeny.git"
  },
  "imports": {
    ".": {
      "bun": "./fun.ts"
    }
  },
  "keywords": [
    "deno",
    "bun",
    "functional"
  ],
  "author": "Mimi",
  "license": "SEE LICENSE IN ReadMe.md",
  "bugs": {
    "url": "https://github.com/mimiMonads/vixeny/issues"
  },
  "homepage": "https://vixeny.dev/",
  "devDependencies": {
    "bun-types": "^1.0.2",
    "mitata": "^1.0.10"
  },
  "peerDependencies": {
    "typescript": "^5.0.0"
  }
}
