You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
309 B
JSON
18 lines
309 B
JSON
2 years ago
|
{
|
||
|
"name": "sal8",
|
||
|
"version": "1.0.0",
|
||
|
"description": "collective drawings",
|
||
|
"main": "server.js",
|
||
|
"scripts": {
|
||
|
"start": "node server.js"
|
||
|
},
|
||
|
"author": "",
|
||
|
"license": "ISC",
|
||
|
"dependencies": {
|
||
|
"dotenv": "^16.0.3",
|
||
|
"express": "^4.18.2",
|
||
|
"hbs": "^4.2.0",
|
||
|
"ws": "^8.11.0"
|
||
|
}
|
||
|
}
|