biter/package.json

20 lines
374 B
JSON
Raw Normal View History

2024-03-07 17:53:10 +03:00
{
"name": "biter",
"version": "1.0.0",
"description": "",
"main": "index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"ejs": "^3.1.9",
2024-03-07 18:10:10 +03:00
"escape-html": "^1.0.3",
2024-03-07 17:53:10 +03:00
"express": "^4.18.3",
"node-html-parser": "^6.1.12"
}
}