git-bolt
Version:
Git utilities for faster development
44 lines (43 loc) • 849 B
JSON
{
"name": "git-bolt",
"version": "3.2.0",
"description": "Git utilities for faster development",
"type": "module",
"main": "lib/index.js",
"bin": {
"git-bolt": "bin/git-bolt.js"
},
"files": [
"bin/",
"lib/",
"README.md"
],
"keywords": [
"git",
"webcontainer",
"stackblitz",
"browser"
],
"author": "Igor",
"license": "MIT",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^11.0.0",
"dotenv": "^16.3.1",
"isomorphic-git": "^1.24.0"
},
"engines": {
"node": ">=16.0.0"
},
"publishConfig": {
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"scripts": {
"prepublishOnly": "npm ci",
"test": "echo \"Testing git-bolt...\" && node bin/git-bolt.js --version"
},
"devDependencies": {
"javascript-obfuscator": "^4.1.1"
}
}