{
  "name": "task-run",
  "version": "2.0.0",
  "description": "Task runner, written in typescript. Task implements the [task-api](https://gitlab.com/itayronen/task-run)",
  "main": "./lib/index.js",
  "typings": "./lib/index.d.ts",
  "files": [
    "lib/",
    "bundles/"
  ],
  "scripts": {
    "build": "gulp build",
    "test": "npm run build && just-test",
    "prepublishOnly": "gulp clean && npm run build && gulp package && just-test"
  },
  "author": {
    "name": "Itay Ronen"
  },
  "license": "MIT",
  "homepage": "https://gitlab.com/itayronen/task-run",
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "keywords": [
    "task",
    "tasks",
    "task runner",
    "async",
    "promise",
    "cancel",
    "typescript"
  ],
  "dependencies": {
    "task-api": "^2.0.1",
    "task-cancel": "^2.0.0"
  },
  "devDependencies": {
    "@types/chai": "^4.1.4",
    "chai": "^4.1.2",
    "del": "^3.0.0",
    "gulp": "^3.9.1",
    "gulp-ts-package": "^1.1.2",
    "gulp-typescript": "^4.0.2",
    "itay-gulp-changed": "^1.2.0",
    "just-test-api": "^1.1.0",
    "just-test-node": "^1.5.0",
    "merge2": "^1.2.2",
    "typescript": "^2.9.2"
  },
  "false": {}
}
