{
  "name": "aveazul",
  "version": "1.0.1",
  "description": "Bluebird drop-in replacement built on native Promise",
  "main": "lib/aveazul.js",
  "homepage": "https://github.com/jchip/aveazul",
  "license": "Apache-2.0",
  "scripts": {
    "test": "jest test",
    "test:watch": "jest test --watch",
    "test:coverage": "jest test --coverage",
    "test:bluebird": "USE_BLUEBIRD=true jest test",
    "test:debug": "node --inspect-brk node_modules/.bin/jest --runInBand --no-coverage",
    "test:debug:bluebird": "USE_BLUEBIRD=true node --inspect-brk node_modules/.bin/jest --runInBand --no-coverage",
    "jest": "jest --no-coverage",
    "jest:bluebird": "USE_BLUEBIRD=true jest --no-coverage"
  },
  "author": "Joel Chen",
  "contributors": [
    "Claude (AI assistant)"
  ],
  "files": [
    "lib"
  ],
  "keywords": [
    "promise",
    "async",
    "bluebird",
    "nodejs",
    "node.js",
    "promises",
    "promise-library",
    "native-promise",
    "es6-promise",
    "migration",
    "promisify",
    "utility",
    "using",
    "disposer",
    "spread",
    "promise-map",
    "async-map",
    "p-map",
    "map-series",
    "async-await",
    "promise-chain",
    "promise-utils",
    "asynchronous",
    "callback",
    "promisifyall",
    "timeout",
    "delay",
    "any",
    "props",
    "filter",
    "reduce",
    "aveazul",
    "aveazul.js"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jchip/aveazul.git"
  },
  "dependencies": {
    "@jchip/error": "^1.0.3",
    "xaa": "^1.8.0"
  },
  "devDependencies": {
    "bluebird": "^3.7.2",
    "jest": "^28.0.0",
    "rimraf": "^3.0.1"
  },
  "engines": {
    "node": ">=12.0.0"
  }
}
