This commit is contained in:
Andrew 2022-02-23 02:37:30 +07:00
parent 0e2c114a84
commit 2c5995be3f
13 changed files with 632 additions and 0 deletions

12
w5/package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "w5",
"version": "1.0.0",
"description": "",
"main": "webserver.js",
"type": "module",
"scripts": {
"start": "node ."
},
"author": "nuark",
"license": "MIT"
}