@kaufman-bot/currency-converter-server
Version:
Command to convert one currency to another
48 lines (47 loc) • 1.09 kB
JSON
{
"name": "@kaufman-bot/currency-converter-server",
"description": "Command to convert one currency to another",
"license": "MIT",
"author": "EndyKaufman <admin@site15.ru>",
"keywords": [
"kaufman-bot",
"nx",
"nests",
"telegram",
"currency-converter"
],
"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": "currency-converter-server",
"path": "src/i18n",
"strategy": "join"
},
{
"scope": "currency-converter-server-getText",
"path": "src/i18n/getText",
"strategy": "join"
}
],
"version": "3.5.2",
"peerDependencies": {
"@nestjs/common": "9.2.0",
"class-validator-multi-lang": "^0.130.201"
},
"main": "./src/index.js",
"types": "./src/index.d.ts"
}