-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 972 Bytes
/
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
{
"name": "@omer_bhatti/data-guard",
"version": "0.2.4",
"description": "Validate any JSON by defined set of rules and get cleaned JSON inspired by Django Rest Framework Serializer",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"build": "rm -rf dist && tsc",
"demo": "node dist/demo.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/OmerBhatti/data-guard.git"
},
"keywords": [
"data validator",
"serializer",
"json validator",
"sanitize json",
"json cleaner",
"json serializer"
],
"author": "Omer Bhatti",
"license": "ISC",
"bugs": {
"url": "https://github.com/OmerBhatti/data-guard/issues"
},
"homepage": "https://github.com/OmerBhatti/data-guard#readme",
"dependencies": {
"fs": "^0.0.1-security"
},
"devDependencies": {
"@types/node": "^22.5.4"
}
}