-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.02 KB
/
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
{
"name": "validation-dto-lib",
"version": "4.29.8",
"description": "simple library to facilitate validation of object transfers with express.",
"main": "dist/index.js",
"scripts": {
"build": "tsc --declaration",
"start": "ts-node-dev --respawn --ignore-watch node_modules lib/index.ts",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kaiquye/library-dto-validatorJs.git"
},
"author": "Kaic Silva",
"license": "ISC",
"bugs": {
"url": "https://github.com/kaiquye/library-dto-validatorJs/issues"
},
"homepage": "https://github.com/kaiquye/library-dto-validatorJs#readme",
"devDependencies": {
"@types/express": "^4.17.17",
"@typescript-eslint/eslint-plugin": "^5.54.1",
"@typescript-eslint/parser": "^5.54.1",
"eslint": "^8.35.0",
"ts-node-dev": "^2.0.0",
"typescript": "^4.9.5"
},
"dependencies": {
"class-validator": "^0.14.0",
"express": "^4.18.2",
"prettier": "^2.8.4"
}
}