-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.45 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
{
"name": "profanity-validator",
"version": "1.3.6",
"description": "Profanity validation for React forms with react-hook-form & zod supported",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rollup -c",
"test": "jest",
"pre-publish": "npm run test && npm run build"
},
"keywords": [
"profanity",
"validation",
"react",
"react-hook-form",
"form",
"profanity-validator",
"profanity-guard"
],
"author": "Saidev Dhal",
"license": "MIT",
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-json": "^6.1.0",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-typescript": "^12.1.1",
"@testing-library/jest-dom": "^6.6.2",
"@testing-library/react": "^16.0.1",
"@types/jest": "^29.5.14",
"@types/node": "^22.8.1",
"@types/react": "^18.3.12",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"rollup": "^4.24.0",
"ts-jest": "^29.2.5",
"tslib": "^2.8.0",
"typescript": "^5.6.3"
},
"peerDependencies": {
"react": "^18.3.1",
"react-hook-form": "^7.53.1"
},
"repository": {
"type": "git",
"url": "https://github.com/SkidGod4444/profanity-validator"
},
"bugs": {
"url": "https://github.com/SkidGod4444/profanity-validator/issues"
},
"homepage": "https://github.com/SkidGod4444/profanity-validator#readme"
}