@kundinos/telegram-bot-api
Version:
Available types that use in the Telegram Bot API
43 lines (42 loc) • 1.15 kB
JSON
{
"name": "@kundinos/telegram-bot-api",
"version": "0.4.1",
"description": "Available types that use in the Telegram Bot API",
"main": "dist/cjs/index.js",
"module": "dist/es/index.js",
"jsnext:main": "dist/es/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"prepublishOnly": "npm run type-check && npm run build && npm run e2e-test",
"build": "rm -rf dist && rollup -c rollup.config.ts",
"type-check": "tsc -p tsconfig.json --noEmit",
"e2e-test": "uvu -r esbuild-register tests/e2e"
},
"files": [
"dist"
],
"keywords": [
"Telegram",
"TypeScript",
"BotAPI"
],
"author": "Yury Kundin",
"license": "ISC",
"devDependencies": {
"@rollup/plugin-commonjs": "^22.0.0",
"@types/node": "^17.0.29",
"dotenv": "^16.0.0",
"esbuild": "^0.14.38",
"esbuild-register": "^3.3.2",
"rollup": "^2.70.2",
"rollup-plugin-dts": "^4.2.1",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-typescript-paths": "^1.3.1",
"rollup-plugin-typescript2": "^0.31.2",
"typescript": "^4.6.3",
"uvu": "^0.5.3"
},
"dependencies": {
"form-data": "^4.0.0"
}
}