{
  "name": "@player1os/execute-async-function",
  "version": "1.1.0",
  "description": "A small library that streamlines the direct execution of async functions",
  "private": false,
  "publishConfig": {
    "registry": "http://registry.npmjs.org"
  },
  "main": "lib/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "preversion": "git checkout master && git pull && npm i",
    "postversion": "git push --all && npm publish",
    "test": "jest",
    "test:watch": "npm test -- --watch"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Player1os/node-js-execute-async-function.git"
  },
  "keywords": [
    "async",
    "execute",
    "function",
    "promise",
    "callback"
  ],
  "author": "Osama Hassanein <player1os@gmail.com>",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/Player1os/node-js-execute-async-function/issues"
  },
  "homepage": "https://github.com/Player1os/node-js-execute-async-function/#readme",
  "devDependencies": {
    "@player1os/spawn-process-async": "^1.3.2",
    "bluebird": "^3.5.1"
  }
}
