Update package.json

This commit is contained in:
Green! 2022-08-01 18:50:18 -04:00 committed by GitHub
parent 65605917a4
commit 0f218baf9e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,10 @@
"author": "Nebula Services",
"license": "Copyright Nebula Services. All Rights Reserved.",
"dependencies": {
"@tomphttp/bare-server-node": "^1.0.2-beta-readme5",
"bare-server-node": "github:tomphttp/bare-server-node",
"css-tree": "^2.1.0",
"node-fetch": "^3.2.6",
"node-static": "^0.7.11"
"node-static": "^0.7.11",
"ws": "^8.8.1"
}
}