pataka-cli
Version:
command line tool for running a pataka instance
68 lines (67 loc) • 1.64 kB
JSON
{
"name": "pataka-cli",
"version": "1.4.0",
"description": "command line tool for running a pataka instance",
"main": "index.js",
"scripts": {
"postinstall": "patch-package",
"start": "node bin/pataka.js",
"dev": "NODE_ENV=development npm start",
"syncDeps": "node scripts/sync-deps.js"
},
"bin": {
"pataka": "bin/pataka.js"
},
"dependencies": {
"ahau-env": "^3.0.0",
"bcryptjs": "^2.4.3",
"boxen": "^5.1.2",
"chalk": "^4.1.2",
"env-paths": "^2.2.1",
"express": "^4.19.2",
"lodash.merge": "^4.6.2",
"secret-stack": "^6.4.2",
"ssb-artefact": "^3.2.2",
"ssb-backlinks": "^2.1.1",
"ssb-blobs": "^2.0.1",
"ssb-config": "^3.4.6",
"ssb-conn": "^1.0.0",
"ssb-db": "^20.4.1",
"ssb-friends": "^4.4.10",
"ssb-hyper-blobs": "^3.1.0",
"ssb-invite": "^3.0.3",
"ssb-lan": "^1.2.3",
"ssb-pataka": "^6.0.1",
"ssb-profile": "^6.0.1",
"ssb-query": "^2.4.5",
"ssb-recps-guard": "^2.3.0",
"ssb-replicate": "^1.3.5",
"ssb-serve-blobs": "^3.3.0",
"ssb-settings": "^1.1.5",
"ssb-story": "^2.5.1",
"ssb-submissions": "^1.5.1",
"ssb-whakapapa": "^3.6.1"
},
"devDependencies": {
"patch-package": "^8.0.0"
},
"engines": {
"node": ">=18"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/ahau/pataka-cli.git"
},
"keywords": [
"ahau",
"pataka",
"cli",
"scuttlebutt"
],
"author": "mixmix",
"license": "AGPL-3.0",
"bugs": {
"url": "https://gitlab.com/ahau/pataka-cli/issues"
},
"homepage": "https://gitlab.com/ahau/pataka-cli#readme"
}