fishbot/package.json

13 lines
207 B
JSON
Raw Permalink Normal View History

2022-05-29 16:15:50 +03:00
{
"name": "unix-chat",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"dependencies": {
"dotenv": "^16.0.1",
"node-fetch": "^3.2.4",
"ws": "^8.6.0"
}
}