-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 760 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 760 Bytes
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
{
"name": "validme",
"version": "1.0.5",
"author": {
"name": "Naxrul Ahmed",
"email": "devnaxrul@gmail.com"
},
"description": "A comprehensive validation library for various data types.",
"main": "./index.js",
"module": "./index.mjs",
"types": "./index.d.ts",
"scripts": {
"start": "makepack start",
"build": "makepack build",
"release": "makepack release"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"makepack": "^1.7.7",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"typescript": "^4.4.2"
},
"keywords": [
"validation",
"data-validation",
"validators",
"typescript",
"javascript"
]
}