mirror of
https://github.com/cupcakearmy/hagen-control-station.git
synced 2024-12-22 08:06:25 +00:00
34 lines
670 B
JSON
34 lines
670 B
JSON
{
|
|
"private": true,
|
|
"version": "1.0.0-rc.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"engines": {
|
|
"node": "16.x",
|
|
"npm": "please-use-pnpm",
|
|
"yarn": "please-use-pnpm",
|
|
"pnpm": "6.x"
|
|
},
|
|
"scripts": {
|
|
"start": "node .",
|
|
"build": "tsc"
|
|
},
|
|
"dependencies": {
|
|
"dayjs": "^1.10.7",
|
|
"dotenv": "^10.0.0",
|
|
"lowdb": "^3.0.0",
|
|
"ms": "^2.1.3",
|
|
"node-cron": "^3.0.0",
|
|
"pino": "^7.6.0",
|
|
"pino-pretty": "^7.3.0",
|
|
"telegraf": "^4.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/ms": "^0.7.31",
|
|
"@types/node": "16",
|
|
"@types/node-cron": "^3.0.0",
|
|
"ts-node-dev": "^1.1.8",
|
|
"typescript": "^4.5.4"
|
|
}
|
|
}
|