UNPKG

react-number-to-words

Version:
34 lines (33 loc) 794 B
{ "name": "react-number-to-words", "version": "1.0.5", "description": "Converts number to words.", "repository": "https://github.com/nchdatta/react-number-to-words.git", "homepage": "https://github.com/nchdatta/react-number-to-words.git", "main": "dist/index.js", "types": "dist/index.d.ts", "type": "module", "scripts": { "build": "rollup -c", "watch": "rollup -c -w" }, "keywords": [ "number", "amount", "word", "convert", "react", "typescript" ], "author": "@nchdatta", "license": "MIT", "devDependencies": { "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-typescript": "^11.1.6", "@types/react": "^18.2.60", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^4.12.0", "tslib": "^2.6.2" } }