mx-wolf-amount-spelled-out
Version:
сумма прописью для платежки ЦБ
33 lines (32 loc) • 805 B
JSON
{
"name": "mx-wolf-amount-spelled-out",
"version": "2.0.7",
"description": "сумма прописью для платежки ЦБ",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/Mx-Wolf/amout-spelled-out.git"
},
"scripts": {
"test": "mocha -r ts-node/register tests/**/*.test.ts",
"build": "tsc",
"prepare": "npm run build"
},
"keywords": [
"рубли",
"словами",
"сумма",
"прописью"
],
"author": "(c) Maxim Volkov",
"license": "MIT",
"types": "dist/index.d.ts",
"devDependencies": {
"@types/chai": "^4.3.0",
"@types/mocha": "^9.0.0",
"chai": "^4.3.4",
"mocha": "^9.1.3",
"ts-node": "^10.4.0",
"typescript": "^4.5.4"
}
}