oasis/package.json

76 lines
2.0 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-02-10 00:05:36 +00:00
"version": "2.13.1",
"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",
2020-01-22 00:22:19 +00:00
"fix": "common-good fix",
"start": "node src/index.js",
2020-01-24 17:29:29 +00:00
"test": "common-good check --dependency-check-suffix '-i husky -i changelog-version -i mkdirp -i nodemon -i stylelint-config-recommended'",
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",
"@fraction/flotilla": "^4.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",
"is-svg": "^4.2.1",
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",
2020-01-24 02:27:06 +00:00
"sharp": "^0.23.0",
"ssb-client": "^4.8.0",
2019-11-13 04:48:37 +00:00
"ssb-config": "^3.4.3",
"ssb-markdown": "^6.0.3",
"ssb-mentions": "^0.5.0",
"ssb-msgs": "^5.2.0",
"ssb-ref": "^2.13.9",
"ssb-tangle": "^1.0.1",
2019-11-13 04:48:37 +00:00
"ssb-thread-schema": "^1.1.1",
2020-01-24 02:27:06 +00:00
"yargs": "^15.0.0"
},
"devDependencies": {
2020-01-16 19:53:01 +00:00
"changelog-version": "^1.0.1",
"common-good": "^1.1.19",
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"
},
"bugs": {
"url": "https://github.com/fraction/oasis/issues"
},
"homepage": "https://github.com/fraction/oasis#readme",
"directories": {
"doc": "docs"
},
"keywords": [],
"engines": {
"node": "^10.0.0 || >=12.0.0"
}
2019-06-21 16:18:19 +00:00
}