29 lines
722 B
JSON
29 lines
722 B
JSON
{
|
|
"name": "server",
|
|
"version": "1.0.0",
|
|
"description": "my server",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"start": "node index.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"dotenv": "^16.0.0",
|
|
"express": "^4.17.3",
|
|
"express-ws": "^5.0.2",
|
|
"highlight.js": "^11.5.1",
|
|
"lru-cache": "^7.8.1",
|
|
"markdown-it": "^12.3.2",
|
|
"markdown-it-container": "^4.0.0",
|
|
"markdown-it-image-figures": "^2.1.0",
|
|
"marked": "^11.1.1",
|
|
"marked-directive": "^1.0.4",
|
|
"marked-highlight": "^2.1.0",
|
|
"multer": "^1.4.4",
|
|
"mustache": "^4.2.0",
|
|
"mustache-express": "^1.3.2",
|
|
"node-os-utils": "^1.3.6"
|
|
}
|
|
}
|