{
  "name": "@open-draft/until",
  "version": "1.0.3",
  "description": "Gracefully handle a Promise using async/await.",
  "main": "lib/index.js",
  "repository": "open-draft/until",
  "author": "Artem Zakharchenko <kettanaito@gmail.com>",
  "license": "MIT",
  "files": [
    "README.md",
    "lib"
  ],
  "devDependencies": {
    "@types/jest": "^25.1.4",
    "jest": "^25.1.0",
    "ts-jest": "^25.2.1",
    "typescript": "^3.8.3"
  },
  "scripts": {
    "test": "jest",
    "build": "tsc --build tsconfig.json",
    "prepublishOnly": "yarn test && yarn build"
  }
}
