24 lines
541 B
JSON
24 lines
541 B
JSON
{
|
|
"name": "sakuya-deployment-bot",
|
|
"packageManager": "yarn@3.6.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"debug-bot": "yarn workspace telegram run start",
|
|
"build-bot": "yarn workspace telegram run build",
|
|
"build-config": "yarn workspace config-loader run build"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "4.14.197",
|
|
"@types/node": "18.17.4",
|
|
"prettier": "3.0.1",
|
|
"ts-node": "10.9.1"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "4.17.21",
|
|
"typescript": "4.9.5"
|
|
},
|
|
"workspaces": [
|
|
"./packages/**/*"
|
|
]
|
|
}
|