{
  "name": "promise-ax",
  "version": "2.0.54",
  "description": "Promise Ax (Promesa) es usado para computaciones asíncronas. Una promesa representa un valor que puede estar disponible ahora, en el futuro, o nunca.",
  "main": "app.js",
  "scripts": {
    "test": "jest --detectOpenHandles --maxWorkers=50%",
    "testCoverage": "jest --coverage --maxWorkers=50%",
    "testOnlyChanged": "jest --listTests --onlyChanged --maxWorkers=50%",
    "testSilent": "jest test/app.spec.js --silent --maxWorkers=50%",
    "publish": "npm publish --access public"
  },
  "author": "jose.mejia",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/josmejia2401/promise-ax"
  },
  "keywords": [
    "promise-ax",
    "Promise",
    "promises",
    "allSettled",
    "fulfilled",
    "promise.allsettled",
    "resolver todo",
    "all",
    "resolve",
    "reject",
    "race",
    "async",
    "promesa",
    "promesas",
    "PromiseAx"
  ],
  "bugs": {
    "url": "https://github.com/josmejia2401/promise-ax/issues"
  },
  "homepage": "https://github.com/josmejia2401/promise-ax#readme",
  "jest": {
    "testMatch": [
      "<rootDir>/test/**/*.spec.js"
    ],
    "collectCoverageFrom": [
      "src/**/*.{js,jsx,ts,tsx}",
      "!<rootDir>/node_modules/"
    ]
  },
  "devDependencies": {
    "jest": "^27.2.3"
  }
}