{
  "name": "instructions",
  "version": "1.1.1",
  "description": "Give instructions with promise chain",
  "main": "./build/",
  "repository": "git@github.com:xeno-dohai/instructions.git",
  "author": "Dong DO HAI <xeno.dohai@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "@types/jest": "^21.1.8",
    "@types/lodash": "^4.14.89",
    "@types/lodash.clonedeep": "^4.5.3",
    "@types/lodash.merge": "^4.6.3",
    "@types/node": "^8.0.58",
    "jest": "^21.2.1",
    "ts-jest": "^21.2.4",
    "tslint": "^5.8.0",
    "tslint-config-airbnb": "^5.4.2",
    "typescript": "^2.6.2"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc",
    "build:watch": "tsc -w",
    "prepare": "tsc"
  },
  "dependencies": {
    "lodash.clonedeep": "^4.5.0",
    "lodash.merge": "^4.6.0"
  },
  "keywords": [
    "flow",
    "workflow",
    "promise",
    "control-flow"
  ],
  "jest": {
    "transform": {
      "^.+\\.tsx?$": "ts-jest"
    },
    "testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
    "moduleFileExtensions": [
      "ts",
      "tsx",
      "js",
      "jsx",
      "json",
      "node"
    ]
  }
}
