UNPKG

cabal-cli

Version:
73 lines (72 loc) 1.65 kB
{ "name": "cabal-cli", "version": "15.0.2", "description": "p2p chat", "bin": { "cabal-cli": "cli.js" }, "dependencies": { "cabal-client": "^8.0.0", "chalk": "^4.0.0", "js-yaml": "^3.13.1", "minimist": "^1.2.5", "mkdirp": "^1.0.4", "neat-log": "^3.1.0", "neato-emoji-converter": "^1.1.2", "node-camera-qr-reader": "^1.0.1", "signal-exit": "^3.0.3", "strftime": "^0.10.0", "strip-ansi": "^6.0.0", "txt-blit": "^2.0.1", "wcwidth": "^1.0.1" }, "devDependencies": { "cross-zip-cli": "^1.0.0", "mocha": "^7.1.1", "pkg": "^4.4.7", "standard": "^14.3.3" }, "scripts": { "test": "standard --fix ./*.js && mocha", "package": "rm -rf builds && npm run pkg && ./package.sh", "pkg": "pkg package.json -o builds/cabal" }, "repository": { "type": "git", "url": "git+https://github.com/cabal-club/cabal-cli.git" }, "keywords": [ "hyperdb", "decent", "dat", "chat", "cabal-cli", "decentralize", "p2p" ], "authors": [ "cblgh", "noffle", "hunor karamán", "karissa", "ralphtheninja" ], "license": "AGPL-3.0-or-later", "bugs": { "url": "https://github.com/cabal-club/cabal-cli/issues" }, "homepage": "https://github.com/cabal-club/cabal-cli#readme", "pkg": { "assets": [ "./node_modules/utp-native/prebuilds/**", "./node_modules/blake2b-wasm/blake2b.wasm", "./node_modules/siphash24/siphash24.wasm", "./node_modules/leveldown/prebuilds/**" ], "targets": [ "node10-linux-x64", "node10-macos-x64", "node10-win-x64" ] } }