{
  "name": "thenify-ex",
  "description": "Promisify a callback-based function",
  "version": "4.4.0",
  "authors": [
    "Jonathan Ong <me@jongleberry.com> (http://jongleberry.com)",
    "Etienne Rossignon <etienne.rossignon@sterfive.com>"
  ],
  "license": "MIT",
  "repository": "node-opcua/thenify-ex",
  "devDependencies": {
    "@types/mocha": "^10.0.10",
    "@types/node": "^22.10.10",
    "mocha": "11",
    "should": "^13.2.3",
    "ts-node": "^10.9.2",
    "tsup": "^8.3.6",
    "typescript": "5"
  },
  "files": [
    "dist",
    "src"
  ],
  "types": "./dist/index.d.ts",
  "main": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.js"
    }
  },
  "scripts": {
    "build": "npx tsup",
    "test": "mocha --reporter spec",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot",
    "ncu": "npx npm-check-updates -u",
    "release-it": "npm run build && npx release-it"
  },
  "keywords": [
    "promisify",
    "promise",
    "thenify",
    "then",
    "es6"
  ]
}
