Files
chat/deploy/deploy-agent/package.json
T

13 строки
211 B
JSON

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