bsb-vscode-task-adaptor
Version:
A script that integrates the output from bsb into vscode tasks using problem matchers
29 lines (28 loc) • 737 B
JSON
{
"name": "bsb-vscode-task-adaptor",
"version": "1.0.0",
"description": "A script that integrates the output from bsb into vscode tasks using problem matchers",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jchavarri/bsb-vscode-task-adaptor.git"
},
"keywords": [
"bucklescript",
"bsb",
"vscode",
"problem-matcher"
],
"author": "Javier Chávarri",
"license": "MIT",
"bugs": {
"url": "https://github.com/jchavarri/bsb-vscode-task-adaptor/issues"
},
"homepage": "https://github.com/jchavarri/bsb-vscode-task-adaptor#readme",
"bin": {
"parse-bsb": "./index.js"
}
}