sidtest
Version:
Telegram bot api which gives you simplest way to make your bots
57 lines (56 loc) • 1.2 kB
JSON
{
"name": "sidtest",
"version": "1.0.2",
"description": "Telegram bot api which gives you simplest way to make your bots",
"directories": {
"example": "examples",
"lib": "lib"
},
"dependencies": {
"axios": "^1.4.0",
"form-data": "^4.0.0"
},
"devDependencies": {
"typescript": "^5.1.3"
},
"main": "lib/index.js",
"exports": {
".": {
"types": "./types/index.d.ts",
"default": "./lib/index.js"
},
"./nf": {
"types": "./types/nf.d.ts",
"default": "./lib/nf.js"
}
},
"files": [
"tgind/**/*.ts",
"lib/**/*.js",
"types/**/*.d.ts",
"types/**/*.d.ts.map"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PanditSiddharth/Tgind.git"
},
"keywords": [
"tgind",
"telegram",
"tgind-telegram",
"tgind-PanditSiddharth",
"telegram bot api",
"bot",
"botapi",
"bot framework"
],
"author": "PanditSiddharth",
"license": "ISC",
"bugs": {
"url": "https://github.com/PanditSiddharth/Tgind/issues"
},
"homepage": "https://github.com/PanditSiddharth/Tgind#readme"
}