{
  "name": "auto-db-migrate",
  "version": "1.3.8",
  "description": "Automatic database migration with 'CREATE TABLE' document.",
  "main": "index.js",
  "scripts": {
    "test": "mocha test --timeout=500000 --slow=5000",
    "coverage": "nyc mocha test report --reporter=text-lcov  --reporter=html"
  },
  "keywords": [
    "database",
    "schema",
    "migration",
    "migrate",
    "mysql",
    "upgrade",
    "mysql",
    "create table",
    "sync",
    "automatic",
    "auto"
  ],
  "engines": {
    "node": ">= 10.0.0"
  },
  "dependencies": {
    "compare-versions": "^3.4.0",
    "javascript-stringify": "^2.0.1",
    "mysql2": "^2.1.0",
    "string-similarity": "^4.0.1"
  },
  "devDependencies": {
    "chai": "^4.2.0",
    "chai-like": "^1.1.1",
    "mocha": "^10.2.0",
    "nyc": "^15.1.0"
  },
  "author": "zero0-1one",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/zero0-1one/auto-db-migrate.git"
  },
  "bugs": {
    "url": "https://github.com/zero0-1one/auto-db-migrate/issues"
  }
}
