{
  "name": "paused",
  "version": "1.1.1",
  "description": "A very tiny awaitable timer",
  "keywords": [
    "sleep",
    "timer",
    "promises",
    "async-await",
    "timeout",
    "typescript",
    "javascript",
    "utility"
  ],
  "author": "Manan Joshi <mananjoshi1995@gmail.com> (https://mananjoshi.me)",
  "license": "MIT",
  "homepage": "https://github.com/manan30/paused",
  "bugs": {
    "url": "https://github.com/manan30/paused/issues",
    "email": "mananjoshi1995@gmail.com"
  },
  "repository": {
    "url": "https://github.com/manan30/paused.git",
    "type": "git"
  },
  "main": "./dist/index.js",
  "module": "./dist/esm/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/esm/index.js",
      "require": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "sideEffects": false,
  "files": [
    "dist"
  ],
  "scripts": {
    "lint": "eslint . --ext .ts --max-warnings 0 --cache",
    "lint:fix": "eslint . --ext .ts --fix --cache",
    "format": "prettier --check *.ts --cache",
    "format:fix": "prettier --write *.ts --cache",
    "typecheck": "tsc",
    "build": "tsup",
    "release": "release-it",
    "dev": "esno index.ts"
  },
  "devDependencies": {
    "@typescript-eslint/eslint-plugin": "^5.54.0",
    "@typescript-eslint/parser": "^5.54.0",
    "eslint": "^8.35.0",
    "eslint-config-prettier": "^8.6.0",
    "eslint-plugin-prettier": "^4.2.1",
    "esno": "^0.16.3",
    "prettier": "^2.8.4",
    "release-it": "^15.7.0",
    "tsup": "^6.6.3",
    "typescript": "^4.9.5"
  }
}
