UNPKG

taskkit-task

Version:
43 lines (42 loc) 1.07 kB
{ "name": "taskkit-task", "version": "3.0.0", "description": "Class to use for creating taskkit tasks", "main": "index.js", "scripts": { "test": "eslint . && tap --cov test/**.js" }, "repository": { "type": "git", "url": "git+https://github.com/firstandthird/taskkit-task.git" }, "keywords": [ "clientkit", "taskkit" ], "author": "First+Third <code@firstandthird.com> (http://firstandthird.com/)", "license": "MIT", "bugs": { "url": "https://github.com/firstandthird/taskkit-task/issues" }, "homepage": "https://github.com/firstandthird/taskkit-task#readme", "dependencies": { "aug": "^3.1.1", "bytesize": "^1.1.0", "logr": "^3.0.0", "logr-cli-fancy": "^0.2.0", "logr-reporter-bell": "^0.0.1", "mkdir-promise": "^1.0.0", "mkdirp": "^1.0.3" }, "devDependencies": { "eslint": "^6.8.0", "eslint-config-firstandthird": "^5.0.0", "eslint-plugin-import": "^2.20.1", "rimraf": "^3.0.2", "tap": "^14.10.6" }, "eslintConfig": { "extends": "firstandthird" } }