{
  "name": "@ionic/pro-jobs",
  "version": "0.5.4",
  "description": "",
  "main": "dist/index.js",
  "bin": {
    "run": "./bin/run",
    "run-private": "./bin/run-private.js"
  },
  "scripts": {
    "clean": "rm -fr builds dist",
    "build": "tsc",
    "watch": "tsc -w",
    "lint": "tslint --config tslint.json --project tsconfig.json",
    "test": "ava",
    "prepush": "npm run lint",
    "release:staging": "npm publish --tag staging",
    "prepublishOnly": "npm run build"
  },
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/ionicteam/jobs"
  },
  "keywords": [],
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/ionicteam/jobs/issues"
  },
  "homepage": "https://gitlab.com/ionicteam/jobs#README",
  "devDependencies": {
    "@types/archiver": "^2.0.1",
    "@types/bunyan": "^1.8.3",
    "@types/chalk": "^2.2.0",
    "@types/klaw": "^2.1.0",
    "@types/lodash": "^4.14.85",
    "@types/minimist": "^1.2.0",
    "@types/rimraf": "^2.0.2",
    "@types/semver": "^5.4.0",
    "@types/superagent": "^3.5.6",
    "@types/tar": "^4.0.0",
    "ava": "^0.23.0",
    "husky": "^0.14.3",
    "tslint": "^5.8.0",
    "tslint-ionic-rules": "0.0.11",
    "typescript": "^2.6.1"
  },
  "dependencies": {
    "analytics-node": "^3.2.0",
    "app-store-scraper": "^0.7.0",
    "archiver": "^2.1.0",
    "aws-sdk": "^2.153.0",
    "bunyan": "^1.8.12",
    "chalk": "^2.3.0",
    "google-play-scraper": "^4.0.0",
    "klaw": "^2.1.1",
    "lodash": "^4.17.4",
    "minimist": "^1.2.0",
    "rimraf": "^2.6.2",
    "semver": "^5.4.1",
    "superagent": "^3.8.1",
    "tar": "^4.0.2",
    "xml2js": "^0.4.19"
  }
}
