@launchmenu/build-tools
Version:
This package contains some build tools with a CLI interface that can be used to work on launchmenu itself, or applets of launchmenu.
33 lines (32 loc) • 765 B
JSON
{
"name": "@launchmenu/build-tools",
"version": "0.1.0",
"bin": {
"lm-build-tools": "./bin/lm-build-tools.js"
},
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/LaunchMenu/LaunchMenu.git"
},
"keywords": [
"LaunchMenu",
"Build",
"tools"
],
"author": "Tar van Krieken",
"license": "MIT",
"dependencies": {
"args": "^5.0.1",
"chalk": "^4.1.0",
"chokidar": "^3.4.2",
"cpx": "^1.5.0",
"cross-spawn-promise": "0.10.2",
"rimraf": "^3.0.2",
"typescript": "4.1.3"
},
"gitHead": "574e26b3c2638917084e530178aeb64cd51682e9",
"publishConfig": {
"access": "public"
}
}