{ "name": "@fraction/oasis", "version": "2.7.0", "main": "index.js", "author": "Christian Bundy ", "license": "AGPL-3.0", "dependencies": { "@fraction/base16-css": "^1.1.0", "@fraction/flotilla": "^1.0.1", "debug": "^4.1.1", "highlight.js": "^9.16.2", "hyperaxe": "^1.3.0", "koa": "^2.7.0", "koa-body": "^4.1.0", "koa-mount": "^4.0.0", "koa-router": "^7.4.0", "koa-static": "^5.0.0", "lodash": "^4.17.11", "open": "^6.3.0", "pretty-ms": "^5.0.0", "pull-paramap": "^1.2.2", "pull-stream": "^3.6.12", "require-style": "^1.1.0", "sharp": "^0.23.0", "ssb-client": "^4.7.7", "ssb-config": "^3.4.3", "ssb-markdown": "^6.0.0", "ssb-mentions": "^0.5.0", "ssb-msgs": "^5.2.0", "ssb-ref": "^2.13.9", "ssb-thread-schema": "^1.1.1", "yargs": "^14.2.1" }, "bin": { "oasis": "./index.js" }, "description": "friendly neighborhood scuttlebutt interface", "repository": "git@github.com:fraction/oasis.git", "devDependencies": { "cspell": "^4.0.33", "dependency-check": "^4.1.0", "husky": "^3.0.5", "nodemon": "^1.19.1", "standard": "^14.3.0", "stylelint": "^11.0.0", "stylelint-config-standard": "^19.0.0" }, "scripts": { "start": "node index.js", "debug": "nodemon --inspect index.js --debug", "fix": "standard --fix && stylelint --fix src/assets/*.css", "test": "standard && dependency-check ./package.json --unused --no-dev --ignore-module highlight.js --ignore-module @fraction/base16-css && cspell --no-summary '**/*.{js,md}' && stylelint src/assets/*.css", "preversion": "npm test" } }