{
  "name": "gremlin-migrate",
  "version": "1.0.8",
  "description": "Runs gremlin-groovy scripts in-order to upgrade the DB schema",
  "main": "./dist/index.js",
  "types": "./dist/index.d.js",
  "scripts": {
    "build": "gulp build",
    "test": "gulp test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jfstephe/gremlin-migrate"
  },
  "keywords": [
    "gremlin",
    "titan",
    "janusgraph",
    "database",
    "graph",
    "upgrade",
    "migration",
    "migrate"
  ],
  "author": "John Stephenson",
  "license": "MIT",
  "devDependencies": {
    "@types/body-parser": "0.0.33",
    "@types/bunyan": "0.0.32",
    "@types/chai": "^3.4.34",
    "@types/chai-as-promised": "0.0.29",
    "@types/compression": "0.0.33",
    "@types/cucumber": "0.0.32",
    "@types/jasmine": "^2.5.37",
    "@types/lodash": "^4.14.172",
    "chai": "^3.5.0",
    "chai-as-promised": "^6.0.0",
    "conventional-changelog": "^1.1.0",
    "cucumber": "^1.3.1",
    "del": "^2.2.2",
    "gulp": "^3.9.1",
    "gulp-bump": "^2.5.0",
    "gulp-changed": "^1.3.2",
    "gulp-cucumber": "0.0.22",
    "gulp-debug": "^3.0.0",
    "gulp-help": "^1.6.1",
    "gulp-insert": "^0.5.0",
    "gulp-install": "^0.6.0",
    "gulp-jasmine": "^2.4.2",
    "gulp-plumber": "^1.1.0",
    "gulp-raml": "^0.1.3",
    "gulp-rename": "^1.2.2",
    "gulp-run": "^1.7.1",
    "gulp-shell": "^0.5.2",
    "gulp-sourcemaps": "^2.2.0",
    "gulp-spawn": "^0.3.0",
    "gulp-tslint": "^7.0.1",
    "gulp-typescript": "^3.1.2",
    "gulp-typings": "^2.0.4",
    "jasmine": "^2.5.2",
    "jasmine-reporters": "^2.2.0",
    "karma": "^1.3.0",
    "request": "^2.78.0",
    "require-dir": "^0.3.2",
    "run-sequence": "^1.2.2",
    "ts-lint": "^4.5.1",
    "ts-node": "^1.6.0",
    "tslint": "^6.1.3",
    "typescript": "^4.4.2",
    "vinyl-paths": "^2.1.0",
    "yargs": "^16.2.0"
  },
  "dependencies": {
    "bunyan": "^1.8.10",
    "gremlin": "^2.5.1",
    "lodash": "^4.17.21",
    "semver": "^5.3.0"
  }
}
