{
  "name": "@ssb-graphql/settings",
  "version": "2.0.1",
  "description": "GraphQL types and resolvers for the ssb-settings plugin",
  "main": "index.js",
  "scripts": {
    "test:raw": "tape -r esm 'test/**/*.test.js'",
    "test:js": "npm run test:raw | tap-arc",
    "test": "npm run test:js && npm run lint",
    "lint": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://gitlab.com/ahau/api/ssb-graphql-settings.git"
  },
  "keywords": [
    "Scuttlebutt",
    "Ahau",
    "Settings"
  ],
  "author": "Blake Akapita",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://gitlab.com/ahau/api/ssb-graphql-settings/issues"
  },
  "homepage": "https://gitlab.com/ahau/api/ssb-graphql-settings#readme",
  "devDependencies": {
    "@apollo/federation": "^0.25.0",
    "@ssb-graphql/main": "^11.0.0",
    "@tangle/overwrite": "^3.0.1",
    "apollo-server-express": "^2.24.0",
    "apollo-server-testing": "^2.24.0",
    "esm": "^3.2.25",
    "scuttle-testbot": "^2.2.0",
    "ssb-blobs": "^2.0.1",
    "ssb-box2": "^7.5.0",
    "ssb-classic": "^1.1.0",
    "ssb-db2": "^8.1.0",
    "ssb-profile": "^7.0.2",
    "ssb-recps-guard": "^2.3.1",
    "ssb-settings": "^2.0.0",
    "ssb-tribes": "^4.0.0",
    "standard": "^16.0.3",
    "tap-arc": "^1.2.2",
    "tape": "^5.7.2"
  },
  "dependencies": {
    "graphql-tag": "^2.12.4",
    "lodash.pick": "^4.4.0",
    "ssb-ref": "^2.14.3"
  }
}
