Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
{
"name": "@automattic/format-currency",
"version": "2.1.0",
"description": "JavaScript library for formatting currency.",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",
"calypso:src": "src/index.ts",
"exports": {
".": {
"calypso:src": "./src/index.ts",
"types": "./dist/types/index.d.ts",
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js"
}
},
"sideEffects": false,
"repository": {
"type": "git",
"url": "git://github.com/Automattic/wp-calypso.git",
"directory": "packages/format-currency"
},
"publishConfig": {
"access": "public"
},
"keywords": [
"currency",
"internationalization"
],
"author": "Automattic Inc.",
"license": "GPL-2.0-or-later",
"bugs": "https://github.com/Automattic/wp-calypso/issues",
"homepage": "https://github.com/Automattic/wp-calypso",
"scripts": {
"clean": "tsc --build ./tsconfig.json ./tsconfig-cjs.json --clean && rm -rf dist",
"build": "tsc --build ./tsconfig.json ./tsconfig-cjs.json",
"prepare": "yarn run build",
"prepack": "yarn run clean && yarn run build",
"watch": "tsc --build ./tsconfig.json --watch"
},
"dependencies": {
"tslib": "^2.8.1"
},
"devDependencies": {
"@automattic/calypso-typescript-config": "workspace:^",
"typescript": "^5.8.3"
},
"files": [
"dist",
"src"
],
"types": "dist/types"
}