{
  "name": "@ablestack/deferred-promise-ts",
  "version": "0.4.0",
  "description": "A tiny library, containing a strongly typed deferred-promise class, that leverages ES6 promises and implements the Promise<T> interface",
  "main": "index.js",
  "homepage": "https://github.com/ablestack/deferred-promise-ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ablestack/deferred-promise-ts"
  },
  "keywords": [
    "promise",
    "deferred-promise",
    "typescript",
    "javascript"
  ],
  "author": "jamshally <ahrndee@gmail.com>",
  "license": "MIT",
  "scripts": {
    "pub": "npm run build && lerna publish --forcePublish",
    "prepublishOnly": "shx rm -f dist/package.json dist/README.md && shx cp package.json README.md dist",
    "test": "jest",
    "build": "tsc --build --verbose",
    "rebuild": "tsc --build --force --verbose",
    "lpub": "yalc publish",
    "lpush": "yalc push"
  },
  "publishConfig": {
    "access": "public",
    "directory": "dist"
  },
  "dependencies": {
    "tslib": "^2.0.3"
  },
  "devDependencies": {
    "@babel/core": "^7.12.3",
    "@babel/preset-env": "^7.12.1",
    "@babel/preset-typescript": "^7.12.1",
    "@types/jest": "^26.0.15",
    "babel-jest": "^26.6.3",
    "jest": "^26.6.3",
    "lerna": "^3.22.1",
    "shx": "^0.3.3",
    "ts-jest": "^26.4.4",
    "ts-node": "~9.0.0",
    "typescript": "^4.0.5"
  },
  "gitHead": "cc2a49d2865004bf495d566ab0663d6b9d594588"
}
