out-of-your-element/package.json

45 lines
1.3 KiB
JSON
Raw Normal View History

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",
"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-05-04 20:25:00 +00:00
"mixin-deep": "^2.0.1",
2023-04-30 12:57:30 +00:00
"node-fetch": "^2.6.7",
"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": {
"@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",
"supertape": "^8.3.0",
"tap-dot": "github:cloudrac3r/tap-dot#223a4e67a6f7daf015506a12a7af74605f06c7f4"
},
"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
}
}