{
  "name": "hg",
  "version": "0.3.3",
  "description": "A Mercurial client for Node",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "repository": {
    "type": "hg",
    "url": "https://bitbucket.org/jacob4u2/node-hg"
  },
  "directories": {
    "test": "test"
  },
  "scripts": {
    "prepublish": "npm run lib",
    "prelib": "rimraf ./lib",
    "lib": "tsc -p tsconfig.json",
    "pretest": "npm run lib",
    "test": "jest"
  },
  "files": [
    "lib",
    "index.js",
    "README.md"
  ],
  "keywords": [
    "mercurial",
    "hg",
    "client"
  ],
  "author": "Jacob Gable <jacob.gable@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^23.1.5",
    "@types/lodash": "^4.14.111",
    "@types/node": "^10.5.2",
    "@types/uuid": "^3.4.3",
    "babel-core": "^6.26.3",
    "babel-jest": "^23.4.0",
    "babel-preset-env": "^1.7.0",
    "jest": "^23.4.0",
    "rimraf": "^2.6.2",
    "typescript": "^2.9.2"
  },
  "dependencies": {
    "lodash": "^4.17.10",
    "winston": "^3.0.0",
    "uuid": "^3.3.2"
  },
  "jest": {
    "testEnvironment": "node"
  }
}
