summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/package.json b/package.json
new file mode 100644

index 00000000..4573e81a --- /dev/null +++ b/package.json
@@ -0,0 +1,22 @@ +{ + "name": "websocket_learn", + "version": "1.0.0", + "description": "", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "keywords": [], + "author": "", + "license": "ISC", + "dependencies": { + "lambert-db": "^1.1.2", + "node-fetch": "^2.6.1", + "uuid": "^8.3.2", + "ws": "^7.4.2" + }, + "devDependencies": { + "@types/uuid": "^8.3.0", + "@types/ws": "^7.4.0" + } +}