1
0
Fork 0
out-of-your-element-fork-th.../package.json

60 lines
2.1 KiB
JSON
Raw Normal View History

2022-12-07 00:10:31 +00:00
{
"name": "out-of-your-element",
2023-10-12 02:53:43 +00:00
"version": "1.1.1",
2022-12-07 00:10:31 +00:00
"description": "A bridge between Matrix and Discord",
"main": "index.js",
"repository": {
"type": "git",
"url": "git@ssh.gitdab.com:cadence/out-of-your-element.git"
},
"keywords": [
"matrix",
"discord",
"bridge"
],
"author": "Cadence, PapiOphidian",
2023-10-02 10:12:03 +00:00
"license": "AGPL-3.0-or-later",
2022-12-07 00:10:31 +00:00
"dependencies": {
2023-09-03 13:38:30 +00:00
"@chriscdn/promise-semaphore": "^2.0.1",
2023-10-14 10:58:22 +00:00
"better-sqlite3": "^9.0.0",
2023-08-25 13:43:17 +00:00
"chunk-text": "^2.0.1",
2024-02-20 11:19:29 +00:00
"cloudstorm": "^0.10.8",
"deep-equal": "^2.2.3",
2024-02-15 23:05:58 +00:00
"discord-markdown": "git+https://git.sr.ht/~cadence/nodejs-discord-markdown#2881b447954fcea10510f212fa4c1dbbdc0a57a3",
"entities": "^4.5.0",
2024-01-20 04:03:03 +00:00
"get-stream": "^6.0.1",
"giframe": "github:cloudrac3r/giframe#v0.4.1",
2023-05-08 05:22:20 +00:00
"heatsync": "^2.4.1",
2023-10-27 11:24:42 +00:00
"html-template-tag": "github:cloudrac3r/html-template-tag#v5.0",
2023-04-30 12:57:30 +00:00
"js-yaml": "^4.1.0",
2023-04-25 20:06:08 +00:00
"matrix-appservice": "^2.0.0",
"minimist": "^1.2.8",
"mixin-deep": "github:cloudrac3r/mixin-deep#v3.0.0",
2023-04-30 12:57:30 +00:00
"node-fetch": "^2.6.7",
2024-02-07 10:00:41 +00:00
"pngjs": "github:cloudrac3r/pngjs#v7.0.2",
"prettier-bytes": "^1.0.4",
"sharp": "^0.32.6",
2024-02-20 11:19:29 +00:00
"snowtransfer": "^0.10.5",
"stream-mime-type": "^1.0.2",
2023-08-25 13:43:17 +00:00
"try-to-catch": "^3.0.1",
2023-09-22 05:47:36 +00:00
"turndown": "^7.1.2",
"xxhash-wasm": "^1.0.2"
2023-04-25 20:06:08 +00:00
},
"devDependencies": {
"@types/node": "^18.16.0",
"@types/node-fetch": "^2.6.3",
2023-08-10 13:11:58 +00:00
"c8": "^8.0.1",
2024-03-01 04:28:14 +00:00
"colorette": "^1.4.0",
2023-05-08 05:22:20 +00:00
"cross-env": "^7.0.3",
2023-10-14 10:58:22 +00:00
"discord-api-types": "^0.37.60",
2024-03-01 04:28:14 +00:00
"supertape": "^10.3.0",
2023-08-25 11:27:44 +00:00
"tap-dot": "github:cloudrac3r/tap-dot#9dd7750ececeae3a96afba91905be812b6b2cc2d"
},
"scripts": {
2023-10-02 08:48:06 +00:00
"addbot": "node addbot.js",
2023-08-10 13:11:58 +00:00
"test": "cross-env FORCE_COLOR=true supertape --no-check-assertions-count --format tap test/test.js | tap-dot",
2024-03-01 04:28:14 +00:00
"test-slow": "cross-env FORCE_COLOR=true supertape --no-check-assertions-count --format tap --no-worker test/test.js -- --slow | tap-dot",
2024-03-04 04:02:38 +00:00
"cover": "c8 --skip-full -x db/migrations -x matrix/file.js -x matrix/api.js -x matrix/mreq.js -x d2m/converters/rlottie-wasm.js -r html -r text supertape --no-check-assertions-count --format fail --no-worker test/test.js -- --slow"
2022-12-07 00:10:31 +00:00
}
}