{
  "name": "@3fv/deferred",
  "version": "1.2.14",
  "description": "A reusable deferred",
  "scripts": {
    "build": "node ./scripts/build.mjs",
    "build:link": "yarn run build && yarn unlink;yarn link",
    "build:watch": "run-s build:link && yarn run build --watch",
    "test": "jest",
    "test:watch": "jest --watch",
    "postversion": "node ./scripts/release.mjs latest",
    "release": "yarn build && yarn test && yarn version --patch --non-interactive"
  },
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "lib",
    "src",
    "README.md"
  ],
  "main": "./lib/cjs/index.js",
  "module": "./lib/mjs/index.js",
  "types": "./lib/mjs/index.d.ts",
  "exports": {
    ".": {
      "import": "./lib/mjs/index.js",
      "require": "./lib/cjs/index.js"
    }
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/3fv/guard.git"
  },
  "keywords": [
    "typescript",
    "promise",
    "deferred",
    "defer"
  ],
  "author": "Jonathan Glanz",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/3fv/deferred/issues"
  },
  "homepage": "https://github.com/3fv/deferred#readme",
  "peerDependencies": {
    "@3fv/guard": "^1",
    "assert": "^2.0.0"
  },
  "devDependencies": {
    "@3fv/guard": "^1",
    "@types/jest": "^26.0.24",
    "@types/lodash": "^4.14.172",
    "@types/node": "^16.4.12",
    "@types/shelljs": "^0.8.15",
    "assert": "^2.0.0",
    "jest": "^27.0.6",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.3.2",
    "shelljs": "^0.8.5",
    "ts-jest": "^27.0.4",
    "typescript": "^4.3.5",
    "zx": "^8.1.4"
  }
}
