UNPKG

1.66 kBJSONView Raw
1{
2 "name": "@lacussoft/cpf-fmt",
3 "version": "1.1.1",
4 "description": "Basic function to format CPF (Brazilian ID document).",
5 "author": "Julio L. Muller",
6 "license": "MIT",
7 "keywords": [
8 "lacussoft",
9 "cpf",
10 "format",
11 "formatting",
12 "formatar",
13 "mascara",
14 "br"
15 ],
16 "repository": {
17 "type": "git",
18 "url": "git+https://github.com/juliolmuller/cpf-utils-js.git"
19 },
20 "bugs": {
21 "url": "https://github.com/juliolmuller/cpf-utils-js/issues"
22 },
23 "homepage": "https://github.com/juliolmuller/cpf-utils-js/main/packages/cpf-fmt#readme",
24 "main": "build/index.cjs.js",
25 "types": "build/index.d.ts",
26 "scripts": {
27 "build": "rollup --config",
28 "lint": "eslint --fix src/",
29 "pretest": "npm run build",
30 "test": "jest",
31 "safe-publish": "npm test && npm publish"
32 },
33 "publishConfig": {
34 "access": "public"
35 },
36 "dependencies": {
37 "deepmerge": "^4.2.2",
38 "html-escaper": "^3.0.3",
39 "num-only": "^1.1.1"
40 },
41 "devDependencies": {
42 "@babel/core": "^7.17.2",
43 "@babel/preset-env": "^7.16.11",
44 "@rollup/plugin-babel": "^5.3.0",
45 "@rollup/plugin-commonjs": "^21.0.1",
46 "@rollup/plugin-node-resolve": "^13.1.3",
47 "@types/deepmerge": "^2.2.0",
48 "@types/html-escaper": "^3.0.0",
49 "@types/node": "^14.17.5",
50 "babel-loader": "^8.2.3",
51 "eslint": "^7.32.0",
52 "eslint-config-lacussoft": "^2.1.1",
53 "jest": "^27.5.1",
54 "rollup": "^2.67.2",
55 "rollup-plugin-delete": "^2.0.0",
56 "rollup-plugin-dts": "^4.1.0",
57 "rollup-plugin-terser": "^7.0.2",
58 "rollup-plugin-typescript2": "~0.31.2",
59 "tslib": "^2.3.1",
60 "typescript": "^4.5.5"
61 }
62}