Описание изменений
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
"deploy": "hardhat run scripts/deploy.js --network sepolia",
|
||||
"node": "hardhat node",
|
||||
"test": "hardhat test",
|
||||
"server": "nodemon server.js"
|
||||
"server": "nodemon --signal SIGUSR2 server.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"@langchain/community": "^0.3.31",
|
||||
@@ -18,7 +18,11 @@
|
||||
"cors": "^2.8.5",
|
||||
"express": "^4.18.3",
|
||||
"express-session": "^1.18.0",
|
||||
"imap": "^0.8.19",
|
||||
"langchain": "^0.3.19",
|
||||
"mailparser": "^3.7.2",
|
||||
"node-telegram-bot-api": "^0.66.0",
|
||||
"nodemailer": "^6.10.0",
|
||||
"nodemon": "^3.1.0",
|
||||
"openai": "^4.85.2",
|
||||
"pg": "^8.13.3",
|
||||
@@ -40,5 +44,11 @@
|
||||
"elliptic": "^6.6.1",
|
||||
"secp256k1": "^5.0.0",
|
||||
"cookie": "^0.7.0"
|
||||
},
|
||||
"nodemonConfig": {
|
||||
"delay": "2000",
|
||||
"events": {
|
||||
"restart": "kill -SIGUSR2 $PPID"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user