UNPKG

react-native-android-currency-formatter

Version:

React Native Android Currency Formatter. Native Module for a currency format with specified FORMAT locale.

122 lines (121 loc) 2.93 kB
{ "name": "react-native-android-currency-formatter", "version": "0.2.1", "description": "React Native Android Currency Formatter. Native Module for a currency format with specified FORMAT locale.", "main": "lib/commonjs/index", "module": "lib/module/index", "types": "lib/typescript/index.d.ts", "react-native": "src/index", "source": "src/index", "files": [ "src", "lib", "android", "cpp", "!lib/typescript/example", "!android/build", "!**/__tests__", "!**/__fixtures__", "!**/__mocks__" ], "scripts": { "test": "jest", "typescript": "tsc --noEmit", "lint": "eslint \"**/*.{js,ts,tsx}\"", "prepare": "bob build", "release": "release-it", "example": "yarn --cwd example", "bootstrap": "yarn example && yarn" }, "keywords": [ "react-native", "android", "android currency formatter", "android-currency-formatter", "currency", "format", "native module", "currency formatter", "currency-formatter", "currency format", "currency-format", "currency", "money" ], "repository": "https://github.com/shystruk/react-native-android-currency-formatter", "author": "Vasyl Stokolosa <v.stokol@gmail.com> (https://github.com/shystruk)", "license": "MIT", "bugs": { "url": "https://github.com/shystruk/react-native-android-currency-formatter/issues" }, "homepage": "https://github.com/shystruk/react-native-android-currency-formatter#readme", "publishConfig": { "registry": "https://registry.npmjs.org/" }, "devDependencies": { "@commitlint/config-conventional": "^11.0.0", "@release-it/conventional-changelog": "^2.0.0", "@types/jest": "^26.0.0", "@types/react": "^16.9.19", "@types/react-native": "0.62.13", "husky": "^4.2.5", "jest": "^26.0.1", "react": "16.13.1", "react-native": "0.63.4", "react-native-builder-bob": "^0.18.0", "release-it": "^14.2.2", "typescript": "^4.1.3" }, "peerDependencies": { "react": "*", "react-native": "*" }, "jest": { "preset": "react-native", "modulePathIgnorePatterns": [ "<rootDir>/example/node_modules", "<rootDir>/lib/" ] }, "husky": { "hooks": { "pre-commit": "yarn typescript" } }, "commitlint": { "extends": [ "@commitlint/config-conventional" ] }, "release-it": { "git": { "commitMessage": "chore: release ${version}", "tagName": "v${version}" }, "npm": { "publish": true }, "github": { "release": true }, "plugins": { "@release-it/conventional-changelog": { "preset": "angular" } } }, "react-native-builder-bob": { "source": "src", "output": "lib", "targets": [ "commonjs", "module", [ "typescript", { "project": "tsconfig.build.json" } ] ] } }