Files
game-server-watcher/node_modules/grammy/package.json
Smith a5f3794527 include prod deps in vcs with some exceptions
* cloudno.de has problems installing new dependencies lately..
2022-06-30 22:59:51 +02:00

81 lines
1.8 KiB
JSON

{
"_args": [
[
"grammy@1.9.0",
"C:\\Users\\Smith\\repos\\game-server-watcher"
]
],
"_from": "grammy@1.9.0",
"_id": "grammy@1.9.0",
"_inBundle": false,
"_integrity": "sha512-aIUONCSbUtHVw+YuVB0kQEgoKXbYspihk2a0xFeWa7hk76PbRSBP/n3q3gHq+O4MHy6DsIjP3WrezsA1qyuQ4w==",
"_location": "/grammy",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "grammy@1.9.0",
"name": "grammy",
"escapedName": "grammy",
"rawSpec": "1.9.0",
"saveSpec": null,
"fetchSpec": "1.9.0"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/grammy/-/grammy-1.9.0.tgz",
"_spec": "1.9.0",
"_where": "C:\\Users\\Smith\\repos\\game-server-watcher",
"author": {
"name": "KnorpelSenf"
},
"bugs": {
"url": "https://github.com/grammyjs/grammY/issues"
},
"dependencies": {
"@grammyjs/types": "^2.8.0",
"abort-controller": "^3.0.0",
"debug": "^4.3.4",
"node-fetch": "^2.6.7"
},
"description": "The Telegram Bot Framework.",
"devDependencies": {
"@types/debug": "^4.1.7",
"@types/node": "^12.20.50",
"@types/node-fetch": "^2.6.2",
"all-contributors-cli": "^6.20.0",
"deno2node": "^1.3.0"
},
"engines": {
"node": "^12.20.0 || >=14.13.1"
},
"files": [
"out/"
],
"homepage": "https://grammy.dev/",
"keywords": [
"telegram",
"bot",
"api",
"client",
"framework",
"library",
"grammy"
],
"license": "MIT",
"main": "./out/mod.js",
"name": "grammy",
"repository": {
"type": "git",
"url": "git+https://github.com/grammyjs/grammY.git"
},
"scripts": {
"backport": "deno2node tsconfig.json",
"contribs": "all-contributors",
"prepare": "npm run backport"
},
"types": "./out/mod.d.ts",
"version": "1.9.0"
}