matrix-account-creator/package.json
Christopher Cookman d463b0ffd5
Well that works :)
Co-authored-by: Rory& <root@rory.gay>
2024-09-13 23:38:51 -06:00

17 lines
336 B
JSON

{
"name": "matrix-account-generator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "GPL-3.0-or-later",
"dependencies": {
"colors": "^1.4.0",
"discord.js": "^14.16.2",
"dotenv": "^16.4.5"
}
}