{
  "name": "simple-swf",
  "version": "0.4.0",
  "description": "Actually simple API layer for AWS SWF",
  "main": "index.js",
  "scripts": {
    "pretest": "npm run build",
    "test": "nyc --all mocha --require source-map-support/register build/test/*Test.js build/test/**/*Test.js && npm run lint",
    "upload_cov": "nyc report --reporter=json && codecov -f coverage/*.json",
    "testSingle": "./testSingle.sh",
    "lint": "tslint src/*.ts src/**/*.ts",
    "clean": "rm -rf build",
    "build-full": "npm run clean && npm run typings && tsc",
    "build": "tsc",
    "typings": "npm run typings-clean && typings install",
    "typings-clean": "rm -rf typings",
    "prepublish": "npm run build-full"
  },
  "nyc": {
    "include": [
      "build/src/*.js",
      "build/src/**/*.js",
      "build/src/**/**/*.js"
    ]
  },
  "keywords": [
    "aws",
    "swf",
    "workflow"
  ],
  "author": "addisonj",
  "license": "MIT",
  "devDependencies": {
    "@types/async": "2.0.32",
    "@types/chai": "3.4.34",
    "@types/es6-promise": "0.0.32",
    "@types/lodash": "4.14.37",
    "@types/mocha": "2.2.32",
    "@types/node": "6.0.45",
    "@types/shortid": "0.0.28",
    "@types/sinon": "1.16.31",
    "chai": "^3.5.0",
    "codecov": "^1.0.1",
    "mocha": "^2.4.5",
    "nyc": "^10.0.0",
    "sinon": "^1.17.3",
    "source-map-support": "^0.4.0",
    "tslint": "^3.7.4",
    "typescript": "2.3.4",
    "typings": "1.3.1"
  },
  "dependencies": {
    "@types/lru-cache": "4.0.0",
    "async": "2.4.1",
    "aws-sdk": "2.3.3",
    "in-publish": "2.0.0",
    "lodash": "4.10.0",
    "lru-cache": "4.1.0",
    "object-assign": "4.1.0",
    "shortid": "2.2.6"
  }
}
