2022-12-07 00:10:31 +00:00
|
|
|
{
|
|
|
|
"name": "out-of-your-element",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"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",
|
|
|
|
"license": "MIT",
|
|
|
|
"dependencies": {
|
2023-04-25 20:06:08 +00:00
|
|
|
"better-sqlite3": "^8.3.0",
|
2023-07-01 13:40:54 +00:00
|
|
|
"cloudstorm": "^0.8.0",
|
2023-08-17 13:22:33 +00:00
|
|
|
"discord-markdown": "git+https://git.sr.ht/~cadence/nodejs-discord-markdown#440130ef343c8183a81c7c09809731484aa3a182",
|
2023-05-08 05:22:20 +00:00
|
|
|
"heatsync": "^2.4.1",
|
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",
|
|
|
|
"matrix-js-sdk": "^24.1.0",
|
2023-08-23 04:16:36 +00:00
|
|
|
"mixin-deep": "github:cloudrac3r/mixin-deep#v3.0.0",
|
2023-04-30 12:57:30 +00:00
|
|
|
"node-fetch": "^2.6.7",
|
2023-07-13 05:36:20 +00:00
|
|
|
"prettier-bytes": "^1.0.4",
|
2023-07-01 13:40:54 +00:00
|
|
|
"snowtransfer": "^0.8.0",
|
2023-05-08 05:22:20 +00:00
|
|
|
"try-to-catch": "^3.0.1"
|
2023-04-25 20:06:08 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-05 13:25:15 +00:00
|
|
|
"@types/node": "^18.16.0",
|
|
|
|
"@types/node-fetch": "^2.6.3",
|
2023-08-10 13:11:58 +00:00
|
|
|
"c8": "^8.0.1",
|
2023-05-08 05:22:20 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2023-08-16 05:03:05 +00:00
|
|
|
"discord-api-types": "^0.37.53",
|
2023-05-05 13:25:15 +00:00
|
|
|
"supertape": "^8.3.0",
|
2023-08-25 11:27:44 +00:00
|
|
|
"tap-dot": "github:cloudrac3r/tap-dot#9dd7750ececeae3a96afba91905be812b6b2cc2d"
|
2023-05-05 05:29:08 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
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",
|
|
|
|
"cover": "c8 --skip-full -r html -r text supertape --no-check-assertions-count --format fail test/test.js"
|
2022-12-07 00:10:31 +00:00
|
|
|
}
|
|
|
|
}
|