oasis/package.json

61 lines
1.8 KiB
JSON

{
"name": "@fraction/oasis",
"version": "2.10.0",
"description": "friendly neighborhood scuttlebutt interface",
"repository": "git@github.com:fraction/oasis.git",
"license": "AGPL-3.0",
"author": "Christian Bundy <christianbundy@fraction.io>",
"main": "index.js",
"bin": {
"oasis": "./index.js"
},
"scripts": {
"dev": "nodemon --inspect index.js --debug --no-open",
"fix": "standard --fix && stylelint --fix src/assets/*.css",
"start": "node index.js",
"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 && tsc --allowJs --resolveJsonModule --lib dom --checkJs --noEmit --skipLibCheck index.js",
"preversion": "npm test"
},
"dependencies": {
"@fraction/base16-css": "^1.1.0",
"@fraction/flotilla": "3.0.0",
"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": "7.0.0",
"pretty-ms": "^5.0.0",
"pull-paramap": "^1.2.2",
"pull-sort": "^1.0.2",
"pull-stream": "^3.6.12",
"require-style": "^1.1.0",
"ssb-client": "^4.7.7",
"ssb-config": "^3.4.3",
"ssb-markdown": "^6.0.2",
"ssb-mentions": "^0.5.0",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.13.9",
"ssb-thread-schema": "^1.1.1",
"yargs": "^15.0.0"
},
"devDependencies": {
"cspell": "^4.0.43",
"dependency-check": "^4.1.0",
"husky": "^3.0.5",
"mkdirp": "^0.5.1",
"nodemon": "^2.0.2",
"standard": "^14.3.0",
"stylelint": "^12.0.1",
"stylelint-config-standard": "^19.0.0",
"typescript": "^3.7.4"
},
"optionalDependencies": {
"sharp": "^0.23.0"
}
}