oasis/package.json
Christian Bundy 0448c9142b
2.6.4
2019-10-24 15:19:34 -07:00

55 lines
1.6 KiB
JSON

{
"name": "@fraction/oasis",
"version": "2.6.4",
"main": "index.js",
"author": "Christian Bundy <christianbundy@fraction.io>",
"license": "AGPL-3.0",
"dependencies": {
"@fraction/base16-css": "^1.1.0",
"@fraction/flotilla": "^1.0.1",
"debug": "^4.1.1",
"highlight.js": "^9.15.8",
"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.2",
"ssb-markdown": "6.0.0",
"ssb-mentions": "^0.5.0",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.13.9",
"ssb-thread-schema": "1.0.3",
"yargs": "14.0.0"
},
"bin": {
"oasis": "./index.js"
},
"description": "friendly neighborhood scuttlebutt interface",
"repository": "git@github.com:fraction/oasis.git",
"devDependencies": {
"cspell": "^4.0.23",
"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",
"test": "standard --fix && dependency-check ./package.json --unused --no-dev --ignore-module highlight.js --ignore-module @fraction/base16-css && cspell --no-summary '**/*.{js,md}' && stylelint --fix src/assets/*.css",
"preversion": "npm test"
}
}