oasis/package.json

123 lines
3.3 KiB
JSON

{
"name": "@fraction/oasis",
"version": "2.17.0",
"description": "friendly neighborhood scuttlebutt interface",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/fraction/oasis.git"
},
"license": "AGPL-3.0",
"author": "Christian Bundy <christianbundy@fraction.io>",
"main": "src/index.js",
"bin": {
"oasis": "src/index.js"
},
"scripts": {
"dev": "nodemon --inspect src/index.js --debug --no-open",
"fix": "common-good fix",
"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",
"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",
"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": "^5.0.0",
"ssb-db": "^20.3.0",
"ssb-ebt": "^7.0.1",
"ssb-friends": "^5.0.0",
"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-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/highlight.js": "^10.1.0",
"@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://github.com/fraction/oasis/issues"
},
"homepage": "https://github.com/fraction/oasis#readme",
"directories": {
"doc": "docs",
"test": "test"
},
"keywords": [],
"engines": {
"node": "^10.0.0 || >=12.0.0"
}
}