reflectionircd/package.json
2022-10-14 07:55:38 -04:00

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"
}
}