mirror of
https://github.com/elisspace/FxLifeSheet.git
synced 2026-08-29 15:44:00 +00:00
14 lines
325 B
JSON
14 lines
325 B
JSON
{
|
|
"scripts": {
|
|
"prettier": "prettier app.ts --write",
|
|
"dev": "source .keys && prettier app.ts --write && tsc app.ts && node --inspect app.js"
|
|
},
|
|
"dependencies": {
|
|
"google-spreadsheet": "^2.0.7",
|
|
"moment": "^2.24.0",
|
|
"prettier": "^1.16.4",
|
|
"telegraf": "^3.28.0",
|
|
"typescript": "^3.4.1"
|
|
}
|
|
}
|