UNPKG

@antonpras/vsce-lite

Version:

Alat CLI ringan untuk mengemas ekstensi VS Code, kompatibel dengan Termux.

37 lines (36 loc) 868 B
{ "name": "@antonpras/vsce-lite", "version": "1.0.0", "description": "Alat CLI ringan untuk mengemas ekstensi VS Code, kompatibel dengan Termux.", "main": "lib/packer.js", "bin": { "vsce-lite": "./index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/antonpras/vsce-lite.git" }, "keywords": [ "vsix", "vscode", "vsce", "termux", "android" ], "author": "antonDpras / RyumaTsukiro (https://github.com/antonpras)", "license": "MIT", "bugs": { "url": "https://github.com/antonpras/vsce-lite/issues" }, "homepage": "https://github.com/antonpras/vsce-lite#readme", "dependencies": { "chalk": "^4.1.2", "ignore": "^5.3.1", "jszip": "^3.10.1", "semver": "^7.6.2", "yargs": "^17.7.2" } }