UNPKG

@getalby/pkgzap-cli

Version:

Boost your project dependencies via lightning ⚡️

47 lines (46 loc) 1.01 kB
{ "name": "@getalby/pkgzap-cli", "version": "1.1.1", "description": "Boost your project dependencies via lightning ⚡️", "type": "module", "main": "bin/index.js", "keywords": [ "lightning", "bitcoin", "alby" ], "bin": { "pkgzap-cli": "./bin/index.js" }, "scripts": { "pkgzap-cli": "node bin/index.js" }, "dependencies": { "@getalby/pkgzap": "^1.1.0", "alby-js-sdk": "^2.1.0", "alby-tools": "^3.1.3", "chalk": "^4.1.2", "crypto": "^1.0.1", "websocket-polyfill": "^0.0.3" }, "overrides": { "@scure/bip39": "^1.2.1" }, "repository": { "type": "git", "url": "git+https://github.com/getAlby/pkgzap.git" }, "funding": { "type": "lightning", "url": "lightning:hello@getalby.com" }, "engines": { "node": ">=14 <19" }, "author": "Alby Contributors", "license": "MIT", "bugs": { "url": "https://github.com/getAlby/pkgzap/issues" }, "homepage": "https://github.com/getAlby/pkgzap#readme" }