Files
chat/deploy/deploy-agent/package.json
T
2026-05-08 15:22:54 +09:00

13 строки
215 B
JSON

{
"name": "@raspi-chat/deploy-agent",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"deploy": "node src/deploy-frontend.js"
},
"dependencies": {
"dotenv": "^16.4.7"
}
}