{
  "name": "@furi-router/furi",
  "version": "0.1.0",
  "description": "Fast Node.js HTTP server framework",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/rajinder-yadav/furi.git"
  },
  "license": "GPL-3.0",
  "bugs": {
    "url": "https://github.com/rajinder-yadav/furi/issues"
  },
  "main": "./script/furi.js",
  "module": "./esm/furi.js",
  "exports": {
    ".": {
      "import": "./esm/furi.js",
      "require": "./script/furi.js"
    }
  },
  "dependencies": {
    "yaml": "*"
  },
  "devDependencies": {
    "@types/node": "^20.9.0"
  },
  "_generatedBy": "dnt@dev"
}