{
  "name": "@vanioinformatika/appxray",
  "version": "1.0.0",
  "author": "Kovács Vince <vincekovacs@hotmail.com>",
  "license": "MIT",
  "contributors": [
    {
      "name": "Gyula Szalai",
      "email": "gyszalai@gmail.com"
    },
    {
      "name": "Kovács Vince",
      "email": "vincekovacs@hotmail.com"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/vanioinformatika/node-appxray.git"
  },
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "engines": {
    "node": ">6.9"
  },
  "scripts": {
    "compile": "tsc",
    "coverage": "nyc npm run test",
    "coverage:ci": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
    "test": "mocha --exit --recursive --compilers ts:ts-node/register test/**/*.spec.ts",
    "tslint": "tslint src/**/*.ts",
    "preversion": "git push && npm test",
    "version": "npm run compile && git add -A dist",
    "postversion": "git push && git push --tags"
  },
  "dependencies": {
    "@types/bluebird": "^3.5.15",
    "@types/node": "^8.0.34",
    "bluebird": "^3.5.1"
  },
  "devDependencies": {
    "@types/chai": "^4.0.4",
    "@types/chai-as-promised": "7.1.0",
    "@types/mocha": "^2.2.43",
    "@types/sinon": "^2.3.6",
    "@types/sinon-chai": "^2.7.29",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.0",
    "dirty-chai": "^2.0.1",
    "mocha": "^4.0.1",
    "nyc": "^11.2.1",
    "sinon": "^4.0.1",
    "sinon-chai": "^2.14.0",
    "ts-node": "^3.3.0",
    "tslint": "^5.7.0",
    "typescript": "^2.5.3"
  }
}
