forked from MauricioRobayo/react-obfuscate-email
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.63 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"version": "1.0.15",
"license": "MIT",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"sideEffects": false,
"files": [
"dist"
],
"engines": {
"node": ">=12"
},
"scripts": {
"build": "del-cli dist && tsc",
"watch": "tsc --watch",
"lint": "eslint src",
"test": "jest",
"prepublishOnly": "npm run build",
"storybook": "start-storybook --docs --no-manager-cache --port 6006",
"build-docs": "build-storybook --docs --output-dir=docs"
},
"peerDependencies": {
"react": ">=16"
},
"keywords": [
"email",
"react",
"component",
"obfuscate",
"obfuscator"
],
"name": "react-obfuscate-email",
"author": "Mauricio Robayo",
"module": "dist/react-obfuscate-email.esm.js",
"devDependencies": {
"@babel/core": "^7.20.2",
"@storybook/addon-actions": "^6.5.13",
"@storybook/addon-docs": "^6.5.12",
"@storybook/addon-essentials": "^6.5.13",
"@storybook/react": "^6.5.13",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@types/jest": "^27.5.0",
"@types/react": "^18.0.9",
"@typescript-eslint/eslint-plugin": "^5.42.1",
"@typescript-eslint/parser": "^5.43.0",
"babel-loader": "^8.2.5",
"del-cli": "^5.0.0",
"eslint": "^8.27.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-react": "^7.31.10",
"jest": "^27.5.1",
"prettier": "^2.7.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"ts-jest": "^27.1.4",
"typescript": "^4.9.3"
},
"description": "[![React Obfuscate Email](https://badgen.net/npm/v/react-obfuscate-email)](https://www.npmjs.com/package/react-obfuscate-email) [![CI](https://github.com/MauricioRobayo/react-obfuscate-email/actions/workflows/main.yml/badge.svg)](https://github.com/MauricioRobayo/react-obfuscate-email/actions/workflows/main.yml) [![codecov](https://codecov.io/gh/MauricioRobayo/react-obfuscate-email/branch/main/graph/badge.svg?token=gkrRmHZHGB)](https://codecov.io/gh/MauricioRobayo/react-obfuscate-email) [![CodeFactor](https://www.codefactor.io/repository/github/mauriciorobayo/react-obfuscate-email/badge)](https://www.codefactor.io/repository/github/mauriciorobayo/react-obfuscate-email) [![bundlephobia](https://badgen.net/bundlephobia/minzip/react-obfuscate-email)](https://bundlephobia.com/package/react-obfuscate-email)",
"directories": {
"doc": "docs"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MauricioRobayo/react-obfuscate-email.git"
},
"bugs": {
"url": "https://github.com/MauricioRobayo/react-obfuscate-email/issues"
},
"homepage": "https://www.mauriciorobayo/react-obfuscate-email"
}