UNPKG

@umatch/pluralize-ptbr

Version:

Obtenha o plural de palavras em português brasileiro

55 lines 1.64 kB
{ "name": "@umatch/pluralize-ptbr", "version": "3.1.0", "description": "Obtenha o plural de palavras em português brasileiro", "author": "Umatch", "license": "UNLICENSED", "keywords": [ "pluralize", "plural", "portguês", "pt-br", "ptbr" ], "homepage": "https://github.com/umatch-oficial/pluralize-ptbr#readme", "repository": "github:umatch-oficial/pluralize-ptbr", "main": "./lib/index.js", "files": [ "src/**/*.ts", "lib/**/*.ts", "lib/**/*.ts.map", "lib/**/*.js" ], "devDependencies": { "@types/jest": "^29.5.2", "@types/node": "^20.4.0", "@typescript-eslint/eslint-plugin": "^5.61.0", "@typescript-eslint/parser": "^5.61.0", "@umatch/eslint-config": "^1.2.1", "commit-and-tag-version": "^11.2.2", "commitizen": "^4.3.0", "cz-conventional-changelog": "^3.3.0", "eslint": "^8.44.0", "eslint-config-prettier": "^8.8.0", "eslint-import-resolver-exports": "^1.0.0-beta.5", "eslint-import-resolver-typescript": "^3.5.5", "eslint-plugin-import": "^2.27.5", "jest": "^29.6.1", "prettier": "^2.8.6", "ts-jest": "^29.1.1", "typescript": "^5.1.6" }, "config": { "commitizen": { "path": "cz-conventional-changelog" } }, "scripts": { "build": "tsc -p tsconfig.build.json", "test": "jest", "lint": "eslint . --ext=.ts", "format": "prettier --check --loglevel warn --cache --cache-strategy metadata --config ./.prettierrc.js .", "push-publish": "git push --follow-tags && pnpm publish --ignore-scripts", "release": "pnpm prepublishOnly && npx commit-and-tag-version -a" } }