mirror of
https://github.com/0015/ThatProject.git
synced 2026-01-12 17:27:43 +03:00
19 lines
356 B
JSON
19 lines
356 B
JSON
{
|
|
"name": "nodeserver",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "server.js",
|
|
"dependencies": {
|
|
"express": "^4.17.1",
|
|
"path": "^0.12.7",
|
|
"ws": "^7.3.1"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"start": "node server.js"
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|