{
  "name": "label-sync-core",
  "description": "The core module of Label Sync manager.",
  "version": "2.3.64",
  "main": "dist/index.js",
  "repository": "https://github.com/maticzav/label-sync.git",
  "author": "Matic Zavadlal <matic.zavadlal@gmail.com>",
  "files": [
    "dist"
  ],
  "scripts": {
    "clean": "rimraf dist",
    "test": "NODE_ENV=test jest",
    "build": "tsc -d",
    "prepublish": "npm run build"
  },
  "dependencies": {
    "@octokit/rest": "^16.28.2",
    "chalk": "^2.4.1",
    "multilines": "^1.0.2"
  },
  "devDependencies": {
    "@types/jest": "24.0.24",
    "@types/node": "12.12.21",
    "jest": "24.9.0",
    "jest-serializer-ansi": "1.0.3",
    "npm-run-all": "4.1.5",
    "rimraf": "3.0.0",
    "ts-jest": "24.2.0",
    "ts-node": "8.5.4",
    "tslint": "5.20.1",
    "tslint-config-prettier": "1.18.0",
    "tslint-config-standard": "8.0.1",
    "typescript": "3.7.4"
  },
  "license": "MIT",
  "gitHead": "69bca61ba4865955d5121410b03b44da868c5352"
}
