jjz
Version:
Shim to call the Python 'jujutsu' CLI (jujutsu / jutsu / jjz / jj2)
26 lines (25 loc) • 712 B
JSON
{
"name": "jjz",
"version": "0.0.1",
"description": "Shim to call the Python 'jujutsu' CLI (jujutsu / jutsu / jjz / jj2)",
"main": "index.js",
"bin": {
"jujutsu": "bin/jujutsu.js",
"jutsu": "bin/jujutsu.js",
"jjz": "bin/jujutsu.js",
"jj2": "bin/jujutsu.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": ["bin"],
"engines": { "node": ">=18" },
"keywords": ["cli", "python", "jujutsu", "jutsu", "jjz", "jj2"],
"author": "dai-motoki <kanri@kandaquantum.co.jp>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dai-motoki/jujutsu.git"
},
"homepage": "https://github.com/dai-motoki/jujutsu"
}