{
  "name": "devsquad-athena-client",
  "version": "2.5.1",
  "description": "a nodejs simple aws athena client",
  "homepage": "https://github.com/KoteiIto/node-athena",
  "repository": {
    "type": "git",
    "url": "git@github.com:KoteiIto/node-athena.git"
  },
  "main": "build/index.js",
  "types": "build/index.d.ts",
  "typings": "build/index.d.ts",
  "scripts": {
    "pretest": "npm run 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": "npm run fmt",
    "build": "rm -rf build && tsc",
    "watch": "onchange 'src/**/*.ts' -- npm run build",
    "precommit": "lint-staged",
    "coveralls": "cat ./coverage/lcov.info | coveralls"
  },
  "lint-staged": {
    "src/**/*.ts": [
      "npm run fmt",
      "git add"
    ]
  },
  "keywords": [
    "aws",
    "athena",
    "aws-athena",
    "nodejs",
    "athena-client",
    "lambda",
    "aws-lambda",
    "javascript",
    "typescript"
  ],
  "author": "KoteiIto",
  "devDependencies": {
    "@types/mocha": "^5.2.6",
    "@types/node": "^12.0.0",
    "coveralls": "^3.0.3",
    "husky": "^2.2.0",
    "istanbul": "^0.4.5",
    "lint-staged": "^8.1.6",
    "mocha": "^6.1.4",
    "onchange": "^5.2.0",
    "prettier": "^1.17.0",
    "remap-istanbul": "^0.13.0",
    "tslint": "^5.16.0",
    "tslint-eslint-rules": "^5.4.0",
    "tslint-plugin-prettier": "^2.0.1",
    "typescript": "^2.9.2",
    "typescript-collections": "^1.3.2"
  },
  "dependencies": {
    "aws-sdk": "^2.449.0",
    "csv-parser": "^1.12.1"
  }
}
