UNPKG

exchange-rounding

Version:
54 lines (53 loc) 1.12 kB
{ "name": "exchange-rounding", "version": "1.1.6", "description": "Exchange Number Formatting", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "sideEffects": false, "scripts": { "test": "NODE_OPTIONS='--loader ts-node/esm' node --test --test-reporter spec test/index.test.ts", "build": "tsc", "dev": "tsx watch src/index.ts", "start": "tsx src/index.ts" }, "repository": { "type": "git", "url": "https://github.com/bchainhub/exchange-rounding.git" }, "bugs": { "url": "https://github.com/bchainhub/exchange-rounding/issues" }, "files": [ "dist/", "README.md" ], "keywords": [ "rounding", "plugin", "exchange", "decimals", "transform", "floor", "round", "ceil", "Intl.NumberFormat", "NumberFormat", "Intl" ], "author": "Blockchain Hub", "license": "CORE", "devDependencies": { "@types/node": "^22.13.10", "esm": "^3.2.25", "ts-node": "^10.9.2", "typescript": "^5.8.2" }, "engines": { "node": ">=13.2.0" }, "exports": { ".": "./dist/index.js" } }