Initial Code Upload
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"name": "locationsystem",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "node index",
|
||||
"run": "node index"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@socket.io/admin-ui": "^0.2.0",
|
||||
"express": "^4.17.1",
|
||||
"mysql": "^2.18.1",
|
||||
"socket.io": "^4.2.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user