UNPKG

money-lib

Version:

TypeScript library to work with money

38 lines (37 loc) 849 B
{ "name": "money-lib", "version": "1.6.9", "description": "TypeScript library to work with money", "main": "dist/index.js", "scripts": { "test": "bun test", "build": "tsc --project tsconfig.build.json", "release": "npm run build && npm publish", "release:beta": "npm run build && npm publish --tag beta" }, "repository": { "type": "git", "url": "git+https://github.com/givehug/money.git" }, "keywords": [ "javascript", "money", "typescript", "parsing", "formatting", "currency", "calculation", "monetary", "arithmetics" ], "author": "givehug", "license": "MIT", "bugs": { "url": "https://github.com/givehug/money/issues" }, "homepage": "https://github.com/givehug/money#readme", "devDependencies": { "tsx": "3.12.1", "bun-types": "^1.0.1" } }