mirror of
https://github.com/Expand-sys/chatapp
synced 2026-03-22 12:27:10 +11:00
28 lines
631 B
JSON
28 lines
631 B
JSON
{
|
|
"name": "chatapp",
|
|
"version": "1.0.0",
|
|
"description": "website to chat app",
|
|
"main": "app.js",
|
|
"scripts": {
|
|
"test": "node index.js"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Expand-sys/chatapp.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/Expand-sys/chatapp/issues"
|
|
},
|
|
"homepage": "https://github.com/Expand-sys/chatapp#readme",
|
|
"dependencies": {
|
|
"discord.js": "^13.1.0",
|
|
"dotenv": "^10.0.0",
|
|
"express": "^4.17.1",
|
|
"pug": "^3.0.2",
|
|
"randomcolor": "^0.6.2",
|
|
"socket.io": "^4.2.0",
|
|
"uuid": "^8.3.2"
|
|
}
|
|
}
|