sakuya-deployment-bot/package.json

24 lines
541 B
JSON
Raw Normal View History

2023-08-10 21:32:34 +03:00
{
"name": "sakuya-deployment-bot",
"packageManager": "yarn@3.6.1",
"private": true,
"scripts": {
"debug-bot": "yarn workspace telegram run start",
2023-08-10 22:30:12 +03:00
"build-bot": "yarn workspace telegram run build",
"build-config": "yarn workspace config-loader run build"
2023-08-10 21:32:34 +03:00
},
"devDependencies": {
"@types/lodash": "4.14.197",
2023-08-10 22:30:12 +03:00
"@types/node": "18.17.4",
"prettier": "3.0.1",
"ts-node": "10.9.1"
2023-08-10 21:32:34 +03:00
},
"dependencies": {
"lodash": "4.17.21",
2023-08-10 22:58:19 +03:00
"typescript": "4.9.5"
2023-08-10 21:32:34 +03:00
},
"workspaces": [
"./packages/**/*"
]
}