oasis/package.json
2019-09-25 19:07:38 -07:00

52 lines
1.5 KiB
JSON

{
"name": "@fraction/oasis",
"version": "2.1.2",
"main": "index.js",
"author": "Christian Bundy <christianbundy@fraction.io>",
"license": "ISC",
"dependencies": {
"@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-stream": "^3.6.12",
"require-style": "^1.1.0",
"sharp": "^0.23.0",
"ssb-client": "^4.7.7",
"ssb-config": "github:ssbc/ssb-config#auto-config-incoming",
"ssb-markdown": "^5.0.2",
"ssb-mentions": "^0.5.0",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.13.9",
"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 && dependency-check ./package.json --unused --no-dev --ignore-module highlight.js && cspell --no-summary '**/*.{js,md}' && stylelint src/assets/style.css",
"preversion": "npm test"
}
}