This repository has been archived on 2025-12-11. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
chathive/server/package.json
2023-07-07 10:36:23 +03:00

18 lines
320 B
JSON

{
"dependencies": {
"gridfs-stream": "^1.1.1"
},
"type": "module",
"name": "server",
"version": "1.0.0",
"main": "index.js",
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": ""
}