{
  "name": "repeat",
  "version": "2.0.4",
  "description": "create repeating task chains",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "scripts": {
    "build": "rimraf dist types && tsc && npm run test",
    "test": "ava dist/test/** --verbose"
  },
  "author": "117",
  "license": "ISC",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/117/repeat.git"
  },
  "bugs": {
    "url": "https://github.com/117/repeat/issues"
  },
  "homepage": "https://github.com/117/repeat#readme",
  "keywords": [
    "task",
    "repeating",
    "chain",
    "tasks",
    "scheduler",
    "loop",
    "repeat"
  ],
  "devDependencies": {
    "ava": "^3.13.0",
    "rimraf": "^3.0.2"
  }
}
