15 lines
242 B
JSON
15 lines
242 B
JSON
|
{
|
||
|
"name": "telegram",
|
||
|
"version": "1.0.0",
|
||
|
"main": "dist/index.js",
|
||
|
"license": "MIT",
|
||
|
"private": true,
|
||
|
"scripts": {
|
||
|
"build": "tsc -b",
|
||
|
"start": "ts-node src/index.ts"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"telegraf": "4.12.2"
|
||
|
}
|
||
|
}
|