{
  "name": "@krakenslab/oasis",
  "version": "0.2.0",
  "description": "SNH-Oasis Project Network GUI",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@code.03c8.net/krakenlabs/oasis.git"
  },
  "license": "AGPL-3.0",
  "author": "psy <epsylon@riseup.net>",
  "main": "src/index.js",
  "bin": {
    "oasis": "node_modules/ssb-server/bin.js start && src/index.js"
  },
  "scripts": {
    "dev": "nodemon --inspect src/index.js --debug --no-open",
    "fix": "common-good fix",
    "prestart": "git pull && npm install",
    "start": "node src/index.js",
    "test": "tap --timeout 240 && common-good test",
    "preversion": "npm test",
    "version": "mv docs/CHANGELOG.md ./ && changelog-version && mv CHANGELOG.md docs/ && git add docs/CHANGELOG.md"
  },
  "dependencies": {
    "@fraction/base16-css": "^1.1.0",
    "@koa/router": "^10.0.0",
    "debug": "^4.1.1",
    "env-paths": "^2.2.0",
    "file-type": "^16.0.1",
    "highlight.js": "^11.0.0",
    "hyperaxe": "^1.3.0",
    "is-svg": "^4.2.1",
    "koa": "^2.7.0",
    "koa-body": "^4.1.0",
    "koa-mount": "^4.0.0",
    "koa-static": "^5.0.0",
    "lodash": "^4.17.11",
    "lodash.shuffle": "^4.2.0",
    "markdown-it": "^12.0.2",
    "muxrpc-validation": "^3",
    "muxrpcli": "^3.1",
    "open": "^8.0.1",
    "piexifjs": "^1.0.4",
    "pretty-ms": "^7.0.1",
    "pull-abortable": "^4.1.1",
    "pull-paramap": "^1.2.2",
    "pull-sort": "^1.0.2",
    "pull-stream": "^3.6.12",
    "request": "^2.88.2",
    "require-style": "^1.1.0",
    "secret-stack": "^6.3.0",
    "sharp": "^0.28.0",
    "ssb-about": "^2.0.1",
    "ssb-backlinks": "^2.1.1",
    "ssb-blobs": "^2.0.1",
    "ssb-client": "^4.9.0",
    "ssb-config": "^3.4.4",
    "ssb-conn": "^6.0.3",
    "ssb-db": "^20.3.0",
    "ssb-ebt": "^7.0.1",
    "ssb-friends": "^4.4.7",
    "ssb-invite": "^2.1.6",
    "ssb-keys": "^8.0.0",
    "ssb-lan": "^1.0.0",
    "ssb-logging": "^1.0.0",
    "ssb-markdown": "^6.0.7",
    "ssb-master": "^1.0.3",
    "ssb-meme": "^1.1.0",
    "ssb-mentions": "^0.5.2",
    "ssb-msgs": "^5.2.0",
    "ssb-no-auth": "^1.0.0",
    "ssb-onion": "^1.0.0",
    "ssb-ooo": "^1.3.3",
    "ssb-plugins": "^1.0.2",
    "ssb-private1": "^1.0.1",
    "ssb-query": "^2.4.5",
    "ssb-ref": "^2.13.9",
    "ssb-replicate": "^1.3.0",
    "ssb-room": "^1.3.0",
    "ssb-search": "^1.3.0",
    "ssb-server": "^15.3.0",
    "ssb-tangle": "^1.0.1",
    "ssb-thread-schema": "^1.1.1",
    "ssb-unix-socket": "^1.0.0",
    "ssb-ws": "^6.2.3",
    "yargs": "^17.0.0"
  },
  "devDependencies": {
    "@types/debug": "^4.1.5",
    "@types/koa": "^2.11.3",
    "@types/koa__router": "^8.0.2",
    "@types/koa-mount": "^4.0.0",
    "@types/koa-static": "^4.0.1",
    "@types/lodash": "^4.14.150",
    "@types/markdown-it": "^12.0.0",
    "@types/mkdirp": "^1.0.0",
    "@types/nodemon": "^1.19.0",
    "@types/pull-stream": "^3.6.0",
    "@types/sharp": "^0.28.0",
    "@types/supertest": "^2.0.9",
    "@types/yargs": "^17.0.2",
    "changelog-version": "^2.0.0",
    "common-good": "^4.0.3",
    "husky": "^7.0.1",
    "mkdirp": "^1.0.4",
    "nodemon": "^2.0.3",
    "stylelint-config-recommended": "^5.0.0",
    "supertest": "^6.0.1",
    "tap": "^14.10.7"
  },
  "optionalDependencies": {
    "sharp": "^0.28.0"
  },
  "bugs": {
    "url": "https://code.03c8.net/KrakensLab/snh-oasis/issues"
  },
  "homepage": "https://code.03c8.net/KrakensLab/snh-oasis",
  "directories": {
    "doc": "docs",
    "test": "test"
  },
  "keywords": [],
  "engines": {
    "node": "^10.0.0 || >=12.0.0"
  }
}