{
  "name": "ssb-pataka",
  "version": "6.1.0",
  "description": "A scuttlebutt plugin for running ahau's pataka API",
  "homepage": "https://gitlab.com/ahau/ssb-pataka",
  "main": "index.js",
  "scripts": {
    "test": "npm run test:js && npm run lint",
    "test:js": "cross-env NODE_ENV=development tape test/*.test.js | tap-arc",
    "dev": "cross-env NODE_ENV=development node test/web-reg/test-bot.js",
    "lint": "standard --fix",
    "prepublishOnly": "cd ui && npm i && npm run build"
  },
  "dependencies": {
    "@ssb-graphql/artefact": "^4.2.2",
    "@ssb-graphql/invite": "^1.1.1",
    "@ssb-graphql/main": "^10.1.1",
    "@ssb-graphql/pataka": "^1.1.1",
    "@ssb-graphql/profile": "^8.1.0",
    "@ssb-graphql/stats": "^1.0.3",
    "@ssb-graphql/story": "^3.2.1",
    "@ssb-graphql/submissions": "^4.4.4",
    "@ssb-graphql/whakapapa": "^6.0.0",
    "ahau-env": "^3.0.0",
    "ahau-graphql-server": "^1.2.2",
    "chalk": "^5.3.0",
    "express": "^4.18.3",
    "graphql": "^16.8.1",
    "http-proxy": "^1.18.1",
    "obz": "^1.1.1",
    "patch": "^0.0.1",
    "pull-stream": "^3.7.0",
    "ssb-bfe": "^3.7.0",
    "ssb-keyring": "^1.1.1",
    "ssb-submissions": "^1.5.1",
    "ssb-tribes": "^3.1.3"
  },
  "devDependencies": {
    "cross-env": "^7.0.3",
    "env-paths": "^2.2.1",
    "lodash.merge": "^4.6.2",
    "scuttle-testbot": "^2.2.0",
    "ssb-artefact": "^3.2.2",
    "ssb-backlinks": "^2.1.1",
    "ssb-blobs": "^2.0.1",
    "ssb-config": "^3.4.6",
    "ssb-conn": "^0.19.1",
    "ssb-friends": "^4.4.10",
    "ssb-invite": "^3.0.3",
    "ssb-lan": "^1.2.3",
    "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-whakapapa": "^3.6.1",
    "standard": "^17.1.0",
    "tap-arc": "^1.2.2",
    "tape": "^5.7.5",
    "boxen": "^5.1.2",
    "chalk": "^4.1.2"
  },
  "author": "Āhau Ltd.",
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ahau/ssb-pataka.git"
  },
  "license": "AGPL-3.0"
}
