@cuppy/core
Version:
A lightweight currency display component with automatic inflation adjustment.
55 lines (54 loc) • 1.19 kB
JSON
{
"name": "@cuppy/core",
"description": "A lightweight currency display component with automatic inflation adjustment.",
"author": "Sam <moltinginstar@gmail.com>",
"version": "1.1.1",
"type": "module",
"main": "dist/cuppy.umd.cjs",
"module": "dist/cuppy.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/moltinginstar/cuppy.git",
"directory": "core"
},
"homepage": "https://moltinginstar.com/cuppy",
"bugs": "https://github.com/moltinginstar/cuppy/issues",
"scripts": {
"dev": "vite build --watch",
"build": "vite build",
"clean": "rimraf dist"
},
"keywords": [
"currency",
"conversion",
"inflation",
"display",
"dollars",
"component",
"typescript",
"component",
"lightweight",
"fast",
"intl",
"i18n",
"internationalization",
"NumberFormat",
"CPI",
"CPI-U"
],
"gitHead": "7918e137c0faf58715481245641540475c71f765"
}