@kaufman-bot/jokes-generator-server
Version:
Command to generate text with a random jokes
50 lines (49 loc) • 1.16 kB
JSON
{
"name": "@kaufman-bot/jokes-generator-server",
"description": "Command to generate text with a random jokes",
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"keywords": [
"kaufman-bot",
"nx",
"nests",
"telegram",
"jokes-generator"
],
"bugs": {
"url": "https://github.com/EndyKaufman/kaufman-bot/issues"
},
"homepage": "https://github.com/EndyKaufman/kaufman-bot",
"repository": {
"type": "git",
"url": "git+https://github.com/EndyKaufman/kaufman-bot.git"
},
"maintainers": [
{
"name": "EndyKaufman",
"email": "admin@site15.ru"
}
],
"readme": "README.md",
"i18n": [
{
"scope": "jokes-generator-server",
"path": "src/i18n",
"strategy": "join"
},
{
"scope": "jokes-generator-server-getText",
"path": "src/i18n/getText",
"strategy": "join"
}
],
"version": "3.5.2",
"peerDependencies": {
"@nestjs/common": "9.2.0",
"nestjs-custom-injector": "^2.2.3",
"nestjs-translates": "^1.1.0",
"class-validator-multi-lang": "^0.130.201"
},
"main": "./src/index.js",
"types": "./src/index.d.ts"
}