mirror of
https://git.sr.ht/~emerson/reflectionircd
synced 2025-08-05 16:59:10 +00:00
23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"name": "reflectionircd",
|
|
"version": "0.1.1",
|
|
"description": "ircd gateway to Matrix",
|
|
"main": "reflection.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "tsc -p .tsconfig.json"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://git.sr.ht/~emerson/reflectionircd"
|
|
},
|
|
"author": "Emerson Veenstra",
|
|
"license": "GPL-3.0",
|
|
"devDependencies": {
|
|
"@types/node": "18.8.5",
|
|
"typescript": "4.8.4"
|
|
},
|
|
"dependencies": {
|
|
"axios": "1.1.2"
|
|
}
|
|
}
|