{
  "scripts": {
    "test": "npm run test:unit && npm run test:types",
    "test:unit": "node --test lib/do.test.js",
    "test:types": "tsc --project tsconfig.json"
  },
  "devDependencies": {
    "typescript": "^7.0.2"
  },
  "name": "node-singleflight",
  "version": "0.1.3",
  "description": "provides a duplicate function call suppression",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "files": [
    "index.js",
    "index.d.ts",
    "lib/do.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mustard-mh/node-singleflight.git"
  },
  "keywords": [
    "singleflight"
  ],
  "author": "mustard-mh",
  "bugs": {
    "url": "https://github.com/mustard-mh/node-singleflight/issues"
  },
  "homepage": "https://github.com/mustard-mh/node-singleflight#readme",
  "license": "MIT"
}
