@jti/task
Version:
This package installs go-task in the `bin` folder.
36 lines (35 loc) • 794 B
JSON
{
"name": "@jti/task",
"version": "1.2.0",
"license": "MIT",
"author": "Ewan Edwards <eedwards@journaltech.com>",
"description": "This package installs go-task in the `bin` folder.",
"repository": {
"type": "git",
"url": "git+https://github.com/jtidocs/jti-task.git"
},
"bugs": {
"url": "https://github.com/jtidocs/jti-task/issues"
},
"homepage": "https://github.com/jtidocs/jti-task#readme",
"main": "install.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node install.js"
},
"bin": {
"task": "run.js"
},
"keywords": [
"antora",
"documentation",
"task",
"coordination",
"automation",
"tools"
],
"dependencies": {
"axios": "1.6.5",
"decompress": "4.2.1"
}
}