UNPKG

@vicimpa/rubles

Version:
46 lines (45 loc) 1.29 kB
{ "name": "@vicimpa/rubles", "version": "0.1.19", "description": "Стоимость прописью", "repository": "github:vicimpa/vicimpa-library", "funding": "https://boosty.to/vic_dev", "homepage": "https://github.com/vicimpa/vicimpa-library/tree/main/packages/rubles", "scripts": { "build:type": "dts-bundle-generator -o dist/index.d.ts src/index.ts", "build:lib": "rollup --config rollup.config.js", "build": "npm run build:type && npm run build:lib", "postinstall": "[ -d ./src ] && npm run build || exit 0" }, "type": "module", "keywords": [ "ruble", "numeral", "стоимость", "прописью", "цифры", "числа", "буквы", "рубли", "документооборот" ], "authors": [ "Alexey Simonenko <alexey@simonenko.su>", { "name": "PromiSe####", "url": "https://github.com/vicimpa", "email": "vicimpa@ya.ru" } ], "main": "./dist/index.cjs", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { "import": "./dist/index.mjs", "node": "./dist/index.cjs", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" }, "license": "MIT", "gitHead": "3611233db2605ab7973e917896cf7634f0fe57f5" }