-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 922 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": "@sergtyapkin/models-validator",
"version": "1.0.8",
"private": false,
"license": "MIT",
"author": {
"name": "Sergey Tyapkin",
"email": "Sererga115@gmail.com"
},
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"keywords": [
"models",
"validation",
"validator",
"api",
"request"
],
"homepage": "https://github.com/SergTyapkin/js-models-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/SergTyapkin/js-models-validator.git"
},
"bugs": {
"url": "https://github.com/SergTyapkin/js-models-validator/issues"
},
"scripts": {
"build": "tsc",
"test": "tsc && jest --coverage"
},
"dependencies": {},
"devDependencies": {
"@babel/plugin-transform-modules-commonjs": "^7.24.1",
"@types/node": "^22.7.3",
"jest": "^29.7.0",
"jest-html-reporter": "^3.10.2",
"typescript": "^5.6.2"
}
}