vroom-tool
Version:
A robust and quick frontend tooling
36 lines (35 loc) • 785 B
JSON
{
"name": "vroom-tool",
"version": "0.0.5",
"description": "A robust and quick frontend tooling",
"main": "src/vroom.js",
"scripts": {
"test": "node ./src/cli.js"
},
"author": "imagineeeinc <imagineeeinc@users.noreply.github.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/imagineeeinc/VROOM.git"
},
"keywords": [
"vroom",
"build-tool",
"frontend",
"frontend-build-tool",
"esbuild"
],
"bugs": {
"url": "https://github.com/imagineeeinc/VROOM/issues"
},
"homepage": "https://github.com/imagineeeinc/VROOM#readme",
"bin": {
"vroom": "src/cli.js",
"VROOM": "src/cli.js"
},
"dependencies": {
"chalk": "^4.1.2",
"esbuild": "^0.13.12",
"yargs": "^17.2.1"
}
}