UNPKG

symbols-of-currency

Version:

Getting the currency symbol by currency code, country name or currency name

24 lines (23 loc) 764 B
{ "name": "symbols-of-currency", "version": "1.0.4", "description": "Getting the currency symbol by currency code, country name or currency name", "main": "dist/symbols-of-currency.js", "types": "dist/symbols-of-currency.d.ts", "module": "dist/symbols-of-currency.js", "scripts": { "dev": "webpack --env development", "watch": "webpack --env development --watch", "build": "webpack --env production" }, "keywords": ["webpack", "currency", "currency-symbols"], "author": "Vitaly Dubov", "license": "ISC", "devDependencies": { "babel-loader": "^8.2.4", "ts-loader": "^9.2.8", "typescript": "^4.6.3", "webpack": "^5.72.0", "webpack-cli": "^4.9.2" } }