rupees-ts
Version:
Convert number to Indian Rupees format, but faster & fully typed.
68 lines • 1.67 kB
JSON
{
"name": "rupees-ts",
"version": "0.0.1",
"packageManager": "pnpm@10.11.0",
"description": "Convert number to Indian Rupees format, but faster & fully typed.",
"type": "module",
"keywords": [
"Indian",
"Rupees",
"INR",
"Money",
"Number",
"Format",
"Convert",
"TypeScript",
"JavaScript"
],
"license": "MIT",
"homepage": "https://github.com/zehan12/rupees.js",
"bugs": {
"url": "https://github.com/zehan12/rupees.js/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zehan12/rupees.js.git"
},
"author": "ゼハン Zehan Khan <zehan9211@gmail.com>",
"funding": "https://github.com/sponsors/zehan12",
"files": [
"dist"
],
"main": "./dist/index.js",
"module": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": "./dist/index.js",
"./package.json": "./package.json"
},
"publishConfig": {
"access": "public"
},
"scripts": {
"lint": "eslint --cache .",
"lint:fix": "pnpm run lint --fix",
"build": "tsdown",
"dev": "tsdown --watch",
"test": "vitest",
"typecheck": "tsc --noEmit",
"format": "prettier --cache --write .",
"release": "bumpp && pnpm publish",
"prepublishOnly": "pnpm run build"
},
"devDependencies": {
"@sxzz/eslint-config": "^7.0.1",
"@sxzz/prettier-config": "^2.2.1",
"@types/node": "^22.15.17",
"bumpp": "^10.1.0",
"eslint": "^9.26.0",
"happy-dom": "^17.4.7",
"prettier": "^3.5.3",
"tsdown": "^0.11.9",
"tsx": "^4.19.4",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.1.3"
},
"prettier": "@sxzz/prettier-config"
}