{
  "name": "thunks",
  "description": "A small and magical composer for all JavaScript asynchronous.",
  "authors": [
    "Yan Qing <admin@zensh.com>"
  ],
  "version": "4.9.6",
  "main": "./index",
  "typings": "index.d.ts",
  "repository": {
    "type": "git",
    "url": "git@github.com:thunks/thunks.git"
  },
  "license": "MIT",
  "homepage": "https://github.com/thunks/thunks",
  "keywords": [
    "async",
    "thunk",
    "thunks",
    "promise",
    "future",
    "flow",
    "yield",
    "generator",
    "compose",
    "coroutine"
  ],
  "dependencies": {},
  "devDependencies": {
    "@types/node": "^13.9.3",
    "async": "^3.2.0",
    "bluebird": "^3.7.2",
    "co": "^4.6.0",
    "istanbul": "^0.4.5",
    "minimist": "^1.2.5",
    "jsbench": "^1.2.0",
    "regenerator": "^0.14.4",
    "should": "^13.2.3",
    "standard": "^14.3.3",
    "thenjs": "^2.1.0",
    "tman": "^1.9.0",
    "ts-node": "^8.8.1",
    "typescript": "^3.8.3"
  },
  "scripts": {
    "test": "standard && tman test/index",
    "test-cov": "istanbul cover _tman test/index",
    "test-typings": "tman -r ts-node/register test/typings.test.ts",
    "bench": "node benchmark/index"
  },
  "files": [
    "README.md",
    "index.js",
    "index.mjs",
    "index.d.ts"
  ]
}
