{
  "name": "@lionrockjs/central",
  "version": "0.0.50",
  "description": "Node.js MVC framework inspire from PHP Kohana Framework",
  "main": "index.js",
  "type": "module",
  "scripts": {
    "test": "node --experimental-vm-modules ../../node_modules/jest/bin/jest.js --coverage"
  },
  "jest": {
    "verbose": true,
    "transform": {},
    "testMatch": [
      "**/__tests__/**/*.[jt]s?(x)",
      "**/?(*.)+(spec|test).[jt]s?(x)",
      "**/?(*.)+(spec|test).mjs"
    ],
    "moduleFileExtensions": [
      "js",
      "jsx",
      "mjs"
    ]
  },
  "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.0.6"
  }
}
