sync/package.json

18 lines
373 B
JSON

{
"name": "sync",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"chokidar": "^3.5.3",
"dotenv": "^16.3.1",
"ws": "^8.14.2"
}
}