-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 990 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
40
41
42
43
44
{
"name": "dataveil",
"version": "1.0.0",
"description": "DataVeil is a robust and versatile library designed to mask sensitive data, ensuring data privacy and security in your applications.",
"main": "./dist/dataveil.js",
"types": "./dist/types/dataveil.d.ts",
"scripts": {
"build": "tsc",
"test": "jest"
},
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "https://github.com/AmJaradat01/dataveil.git"
},
"devDependencies": {
"typescript": "^4.0.0",
"jest": "^26.0.0",
"ts-jest": "^26.0.0"
},
"keywords": [
"mask",
"data",
"security",
"typescript",
"privacy",
"json",
"uuid",
"jwt",
"email",
"phone",
"card",
"password",
"substring"
],
"author": "Ali Jaradat <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/AmJaradat01/dataveil/issues"
},
"homepage": "https://github.com/AmJaradat01/dataveil#readme"
}