mirror of
https://github.com/Lawin0129/LawinServer.git
synced 2026-01-13 02:42:22 +01:00
29 lines
585 B
JSON
29 lines
585 B
JSON
{
|
|
"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": {
|
|
"crypto": "^1.0.1",
|
|
"express": "^4.17.1",
|
|
"fs": "^0.0.1-security",
|
|
"moment": "^2.29.1",
|
|
"path": "^0.12.7"
|
|
},
|
|
"engines": {
|
|
"node": "8.x"
|
|
},
|
|
"repository": {
|
|
"url": "https://github.com/Lawin0129/LawinServer"
|
|
},
|
|
"license": "GNU",
|
|
"keywords": [
|
|
"node",
|
|
"express",
|
|
"fortnite"
|
|
]
|
|
}
|