-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 854 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
{
"name": "card-validator-utils",
"version": "1.0.6",
"description": "Library package util for payment industry",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigneshkb7/card-validator-utils.git"
},
"keywords": [
"card-validator-utils",
"credit-card-validator",
"card-validate",
"card-validator-utils",
"card-validator-js",
"card-checker",
"credit-card-utils",
"card-validation-kit",
"card-validation-js",
"cc-validator",
"card-validator-lib"
],
"author": "vignesh balaji",
"license": "ISC",
"bugs": {
"url": "https://github.com/vigneshkb7/card-validator-utils/issues"
},
"homepage": "https://github.com/vigneshkb7/card-validator-utils#readme",
"devDependencies": {
"jest": "^29.5.0"
}
}