UNPKG

@ansugroup/use-shopify-currency-format

Version:
46 lines (45 loc) 1.06 kB
{ "name": "@ansugroup/use-shopify-currency-format", "version": "0.1.3", "author": { "name": "pierreneter", "email": "pierre@pierreneter.com", "url": "https://github.com/pierreneter" }, "homepage": "https://github.com/ANSUGroup/shopify/tree/main/packages/currency-format", "bugs": { "url": "https://github.com/ANSUGroup/shopify", "email": "pierre@pierreneter.com" }, "license": "MIT", "main": "dist/index.js", "types": "dist/index.d.ts", "keywords": [ "shopify", "currency", "formatter", "currency-format", "amount", "amount_no_decimals", "amount_with_apostrophe_separator" ], "scripts": { "build": "yarn build:tsc", "build:tsc": "tsc -b", "test": "jest" }, "dependencies": { "currency.js": "^2.0.4" }, "devDependencies": { "@types/jest": "^26.0.24", "jest": "^27.0.6", "ts-jest": "^27.0.4", "ts-node": "^10.1.0" }, "jest": { "preset": "ts-jest", "testEnvironment": "node" }, "gitHead": "0ca8bd9e12a3ee09a991aae7ee3a51dda8f1ce09" }