initial commit
This commit is contained in:
12
package.json
Normal file
12
package.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"main": "web/server.js",
|
||||
"scripts": {
|
||||
"start": "node web/server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"express": "^4.18.2",
|
||||
"request": "^2.88.2",
|
||||
"ws": "^8.12.0"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user