{
  "name": "tiny-set-immediate",
  "version": "1.0.2",
  "main": "cjs/index.js",
  "module": "esm/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/jquense/tiny-set-immediate.git"
  },
  "author": "jquense",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "prettier": "@4c/prettier-config",
  "gitHooks": {
    "pre-commit": "lint-staged"
  },
  "lint-staged": {
    "*": [
      "yarn 4c lint --fix",
      "git add"
    ]
  },
  "jest": {
    "preset": "@4c/jest-preset",
    "testEnvironment": "jsdom"
  },
  "release": {
    "conventionalCommits": true,
    "publishDir": "lib"
  }
}
