{
  "name": "h-orm",
  "version": "0.0.11",
  "main": "index.js",
  "repository": "https://github.com/yuanhaoyu/h-orm.git",
  "license": "MIT",
  "keywords": [
    "orm",
    "mysql",
    "database",
    "promise",
    "easy"
  ],
  "dependencies": {
    "colors": "^1.3.3",
    "mysql": "^2.17.1"
  },
  "devDependencies": {
    "jest": "^24.9.0"
  },
  "scripts": {
    "test": "jest"
  }
}
