Add files via upload

This commit is contained in:
Lawin0129
2021-01-04 23:31:23 +00:00
committed by GitHub
parent 3cdbf447c6
commit eff6646209
25 changed files with 106660 additions and 0 deletions

25
package.json Normal file
View File

@@ -0,0 +1,25 @@
{
"name": "lawinserverfinal",
"version": "0.0.1",
"description": "A simple Node app built on Express, instantly up and running.",
"main": "index.js",
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "^4.17.1",
"fs": "^0.0.1-security"
},
"engines": {
"node": "8.x"
},
"repository": {
"url": "https://github.com/Lawin0129/LawinServer"
},
"license": "GNU",
"keywords": [
"node",
"express",
"fortnite"
]
}