write-ups-challenges-2021-2022/rng_farm/backend/package.json

15 lines
247 B
JSON
Raw Permalink Normal View History

2021-12-02 23:33:26 +00:00
{
"name": "backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"ws": "^8.2.3"
}
}