{
  "name": "cequens-athena-client",
  "version": "2.4.0",
  "description": "a nodejs simple aws athena client",
  "homepage": "https://github.com/maged-abdelmoeti/node-athena",
  "repository": {
    "type": "git",
    "url": "git@github.com:maged-abdelmoeti/node-athena.git"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "typings": "build/index.d.ts",
  "scripts": {
    "pretest": "yarn build",
    "test": "rm -rf coverage && istanbul cover _mocha -- -R spec build/test/*.js",
    "posttest": "cd coverage && remap-istanbul -i coverage.json -o html-report -t html",
    "lint": "tslint -c tslint.json 'src/**/*.ts'",
    "fmt": "tslint -c tslint.json 'src/**/*.ts' --fix",
    "prebuild": "yarn fmt",
    "build": "rm -rf build && tsc",
    "watch": "onchange 'src/**/*.ts' -- yarn build",
    "precommit": "lint-staged",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "yarn fmt",
      "git add"
    ]
  },
  "keywords": [
    "aws",
    "athena",
    "aws-athena",
    "nodejs",
    "athena-client",
    "lambda",
    "aws-lambda",
    "javascript",
    "typescript"
  ],
  "author": "KoteiIto",
  "devDependencies": {
    "@types/mocha": "^2.2.45",
    "@types/node": "^8.5.2",
    "coveralls": "^3.0.0",
    "husky": "^0.14.3",
    "istanbul": "^0.4.5",
    "lint-staged": "^6.0.0",
    "mocha": "^4.1.0",
    "onchange": "^3.3.0",
    "prettier": "^1.9.2",
    "remap-istanbul": "^0.9.5",
    "tslint": "^5.8.0",
    "tslint-eslint-rules": "^4.1.1",
    "tslint-plugin-prettier": "^1.3.0",
    "typescript": "^2.6.2"
  },
  "dependencies": {
    "aws-sdk": "^2.175.0",
    "csv-parser": "^1.12.0",
    "typescript-collections": "^1.2.5"
  }
}
