-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 799 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 799 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
33
34
35
36
{
"name": "@riculum/js-validator",
"version": "1.2.2",
"description": "A simple JavaScript validation library",
"main": "src/Validator.js",
"type": "module",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Riculum/js-validator.git"
},
"keywords": [
"validator",
"validation",
"validate",
"sanitization",
"sanitize",
"sanitisation",
"sanitise",
"assert"
],
"author": "riculum",
"license": "MIT",
"bugs": {
"url": "https://github.com/Riculum/js-validator/issues"
},
"homepage": "https://github.com/Riculum/js-validator#readme",
"devDependencies": {
"@babel/preset-env": "^7.20.2",
"@types/jest": "^29.2.2",
"@types/node": "^18.11.9",
"jest": "^29.3.1"
}
}