23 lines
489 B
JSON
23 lines
489 B
JSON
{
|
|
"name": "backend-server",
|
|
"version": "1.0.0",
|
|
"main": "backend-server.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"body-parser": "^1.20.2",
|
|
"cheerio": "^1.0.0-rc.12",
|
|
"cmd-promise": "^1.2.0",
|
|
"cors": "^2.8.5",
|
|
"dotenv": "^16.4.5",
|
|
"express": "^4.19.2",
|
|
"google-it": "^1.6.4",
|
|
"llama-tokenizer-js": "^1.2.2"
|
|
}
|
|
}
|