19 lines
340 B
JSON
19 lines
340 B
JSON
{
|
|
"name": "som",
|
|
"version": "1.0.0",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"description": "",
|
|
"dependencies": {
|
|
"dotenv": "^17.2.2",
|
|
"express": "^5.1.0",
|
|
"mssql": "^11.0.1",
|
|
"openai": "^5.10.2"
|
|
}
|
|
}
|