-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.48 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.48 KB
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
{
"name": "bd-number-validator",
"version": "1.0.11",
"description": "Bangladesh phone validator with Operator detection. React component and hook for BD phone input with validation and formatting.",
"author": "Muhammad Rashed",
"main": "dist/index.cjs",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"type": "module",
"keywords": [
"bangladesh phone validator",
"bd phone validator",
"bd number validator",
"bangladesh mobile validator",
"phone validator bd",
"react bd phone input",
"react bangladesh input",
"bd phone input",
"bangladesh phone number",
"bd mobile number",
"mobile number validation",
"react phone component",
"react tailwind input",
"bd-number-validator",
"bangla phone validator",
"mrashed21",
"Muhammad Rashed"
],
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
},
"./react": {
"import": "./dist/react.js",
"require": "./dist/react.cjs"
},
"./react/style.css": "./dist/react.css"
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"prepare": "npm run build"
},
"peerDependencies": {
"react": ">=18 <20",
"react-dom": ">=18 <20"
},
"devDependencies": {
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"autoprefixer": "^10.4.22",
"cpy-cli": "^6.0.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"tsup": "^8.5.1",
"typescript": "^5.3.0"
}
}