{
  "name": "@lionrockjs/central",
  "version": "2.0.0",
  "description": "Node.js MVC framework inspire from PHP Kohana Framework",
  "type": "module",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LionRockJS/central.git"
  },
  "keywords": [
    "LionRock",
    "mvc",
    "kohanajs",
    "kohana"
  ],
  "author": "Kojin Nakana",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LionRockJS/central/issues"
  },
  "homepage": "https://github.com/LionRockJS/central#readme",
  "dependencies": {
    "mime": "^4.1.0"
  },
  "devDependencies": {
    "@types/node": "^25.6.2"
  }
}
