teletypes
Version:
Half-machine parsed types for the Telegram Bot API
47 lines (46 loc) • 1.04 kB
JSON
{
"name": "teletypes",
"version": "1.1.7",
"description": "Half-machine parsed types for the Telegram Bot API",
"main": "./lib/index.js",
"exports": {
".": "./lib/index.js",
"./types": "./lib/types.js",
"./methods": "./lib.methods.js"
},
"scripts": {
"dump": "node scripts/dump.js",
"prepublishOnly": "npm run test",
"test": "tsc test/index.ts --noEmit",
"rename": "node scripts/setname.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Teselka/teletypes.git"
},
"keywords": [
"telegram",
"teletypes",
"telegram-bots",
"telegram-bot",
"bot",
"types",
"typings",
"api"
],
"author": "Teselka",
"types": "./lib/index.d.ts",
"license": "MIT",
"bugs": {
"url": "https://github.com/Teselka/teletypes/issues"
},
"homepage": "https://github.com/Teselka/teletypes#readme",
"directories": {
"lib": "lib",
"test": "test"
},
"devDependencies": {
"libgovno": "^1.2.0",
"node-html-parser": "^5.3.3"
}
}