UNPKG

make-currency

Version:

[![npm](https://img.shields.io/npm/v/make-currency)](https://www.npmjs.com/package/make-currency) [![NPM](https://img.shields.io/npm/l/make-currency)](https://www.npmjs.com/package/make-currency)

61 lines 1.72 kB
{ "name": "make-currency", "version": "0.1.2", "main": "./index.js", "types": "./index.d.ts", "repository": { "type": "git", "url": "https://github.com/holasoycael/make-currency.git" }, "keywords": [ "mask", "currency", "convert", "cost", "price", "prices", "money", "format", "node" ], "author": "Natanael Lourenço", "license": "MIT", "devDependencies": { "@babel/preset-env": "^7.20.2", "@babel/preset-react": "^7.14.5", "@babel/preset-typescript": "^7.21.0", "@rollup/plugin-alias": "^4.0.3", "@rollup/plugin-babel": "^6.0.3", "@rollup/plugin-commonjs": "^24.0.1", "@rollup/plugin-node-resolve": "^15.0.1", "@rollup/plugin-terser": "^0.4.4", "@rollup/plugin-typescript": "^11.0.0", "@testing-library/dom": "^9.3.1", "@testing-library/jest-dom": "^5.16.5", "@testing-library/react": "^14.0.0", "@testing-library/user-event": "^14.4.3", "@types/jest": "^27.0.2", "@types/jsdom": "^21.1.2", "@types/node": "^12.12.14", "@types/react": "^18.0.15", "@types/react-dom": "^18.0.6", "@typescript-eslint/eslint-plugin": "^4.32.0", "@typescript-eslint/parser": "^4.32.0", "babel-plugin-module-resolver": "^5.0.0", "eslint": "^7.32.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-prettier": "^4.0.0", "husky": "^7.0.2", "jest": "^27.0.2", "lint-staged": "^11.1.2", "prettier": "^2.7.1", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.17.1", "stream-browserify": "^3.0.0", "ts-transform-paths": "^3.0.0", "typescript": "^4.2.0" }, "jsdelivr": "./lib/dist/make.min.js", "unpkg": "./lib/dist/make.min.js" }