oasis/package.json

59 lines
1.7 KiB
JSON
Raw Normal View History

2019-06-21 16:18:19 +00:00
{
2019-06-24 19:26:29 +00:00
"name": "@fraction/oasis",
2020-01-16 19:58:00 +00:00
"version": "2.11.0",
"description": "friendly neighborhood scuttlebutt interface",
"repository": "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",
2020-01-22 00:22:19 +00:00
"fix": "common-good fix",
"start": "node src/index.js",
2020-01-22 00:22:19 +00:00
"test": "dependency_check_suffix='-i husky -i changelog-version -i mkdirp -i nodemon -i stylelint-config-recommended' common-good",
2020-01-16 19:53:01 +00:00
"preversion": "npm test",
"version": "changelog-version && git add CHANGELOG.md"
},
2019-06-21 16:18:19 +00:00
"dependencies": {
"@fraction/base16-css": "^1.1.0",
2019-12-07 23:22:00 +00:00
"@fraction/flotilla": "3.0.0",
2019-06-28 20:55:05 +00:00
"debug": "^4.1.1",
2020-01-22 00:22:19 +00:00
"highlight.js": "^9.18.0",
"hyperaxe": "^1.3.0",
2019-06-23 18:46:22 +00:00
"koa": "^2.7.0",
2019-06-26 00:53:12 +00:00
"koa-body": "^4.1.0",
2019-06-25 16:52:34 +00:00
"koa-mount": "^4.0.0",
2019-06-23 18:46:22 +00:00
"koa-router": "^7.4.0",
"koa-static": "^5.0.0",
2019-06-23 18:46:22 +00:00
"lodash": "^4.17.11",
2019-11-15 20:16:26 +00:00
"open": "7.0.0",
2019-06-23 18:46:22 +00:00
"pretty-ms": "^5.0.0",
2019-10-01 00:46:04 +00:00
"pull-paramap": "^1.2.2",
"pull-sort": "^1.0.2",
2019-06-23 18:46:22 +00:00
"pull-stream": "^3.6.12",
"require-style": "^1.1.0",
2019-06-23 18:46:22 +00:00
"ssb-client": "^4.7.7",
2019-11-13 04:48:37 +00:00
"ssb-config": "^3.4.3",
2019-12-29 23:51:59 +00:00
"ssb-markdown": "^6.0.2",
"ssb-mentions": "^0.5.0",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.13.9",
2019-11-13 04:48:37 +00:00
"ssb-thread-schema": "^1.1.1",
2019-12-12 17:27:38 +00:00
"yargs": "^15.0.0"
},
"devDependencies": {
2020-01-16 19:53:01 +00:00
"changelog-version": "^1.0.1",
2020-01-22 00:22:19 +00:00
"common-good": "^1.1.0",
2019-09-16 20:43:43 +00:00
"husky": "^3.0.5",
2020-01-04 05:06:08 +00:00
"mkdirp": "^0.5.1",
2019-12-12 17:27:38 +00:00
"nodemon": "^2.0.2",
2020-01-22 00:22:19 +00:00
"stylelint-config-recommended": "^3.0.0"
},
"optionalDependencies": {
"sharp": "^0.23.0"
}
2019-06-21 16:18:19 +00:00
}