{
  "name": "ssb-crut-authors",
  "version": "3.1.1",
  "description": "ssb-crut but with author permissions baked in!",
  "main": "index.js",
  "scripts": {
    "test": "npm run test:js:db1 && npm run test:js:db2 && npm run lint && npm run test:only ",
    "test:js:db1": "tape 'test/**/*.test.js' | tap-spec",
    "test:js:db2": "cross-env DB2=1 tape 'test/**/*.test.js' | tap-spec",
    "test:only": "if grep -r --exclude-dir=node_modules --exclude-dir=.git --color 'test\\.only' ; then exit 1; fi",
    "lint": "standard --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+ssh://git@gitlab.com/ahau/ssb-crut-authors.git"
  },
  "keywords": [
    "scuttlebutt",
    "crut",
    "permissions"
  ],
  "author": "mixmix",
  "license": "AGPL-3.0",
  "bugs": {
    "url": "https://gitlab.com/ahau/ssb-crut-authors/issues"
  },
  "homepage": "https://gitlab.com/ahau/ssb-crut-authors#readme",
  "dependencies": {
    "@tangle/complex-set": "^3.0.3",
    "lodash.clonedeep": "^4.5.0",
    "pull-stream": "^3.7.0",
    "ssb-crut": "^5.1.1",
    "ssb-ref": "^2.16.0",
    "ssb-schema-definitions": "^3.2.1",
    "tap-spec": "^5.0.0"
  },
  "devDependencies": {
    "@tangle/overwrite": "^3.0.1",
    "cross-env": "^7.0.3",
    "scuttle-testbot": "^2.2.0",
    "ssb-backlinks": "^2.1.1",
    "ssb-query": "^2.4.5",
    "standard": "^17.1.0",
    "tape": "^5.7.2"
  }
}
