Fixed W8
This commit is contained in:
parent
cb0a0dee2b
commit
b44fe71c28
10 changed files with 1832 additions and 0 deletions
24
w8/package.json
Normal file
24
w8/package.json
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"name": "w8",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"start": "node .",
|
||||
"watch": "nodemon -e *",
|
||||
"build": "docker build -t nuark/w8_bld ."
|
||||
},
|
||||
"author": "nuark",
|
||||
"license": "MIT",
|
||||
"dependencies": {
|
||||
"body-parser": "^1.19.2",
|
||||
"express": "^4.17.3",
|
||||
"mongodb": "^4.4.1",
|
||||
"mustache": "^4.2.0",
|
||||
"socket.io": "^4.4.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"nodemon": "^2.0.15"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue