UNPKG

fund-ln-cli

Version:

Boost your project dependencies via lightning ⚡️

44 lines (43 loc) 966 B
{ "name": "fund-ln-cli", "version": "1.1.2", "description": "Boost your project dependencies via lightning ⚡️", "type": "module", "main": "bin/index.js", "keywords": [ "lightning", "bitcoin", "alby" ], "bin": { "fund-ln": "./bin/index.js" }, "scripts": { "fund-ln": "node --no-warnings bin/index.js" }, "dependencies": { "alby-js-sdk": "^1.6.0", "alby-tools": "^2.2.1", "chalk": "^4.1.2", "crypto": "^1.0.1", "fund-ln-lib": "^1.1.0", "websocket-polyfill": "^0.0.3" }, "repository": { "type": "git", "url": "git+https://github.com/getAlby/npm-fund-ln.git" }, "funding": { "type": "lightning", "url": "lightning:hello@getalby.com" }, "engines": { "node": ">=14 <19" }, "author": "Alby Contributors", "license": "MIT", "bugs": { "url": "https://github.com/getAlby/npm-fund-ln/issues" }, "homepage": "https://github.com/getAlby/npm-fund-ln#readme" }