-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
43 lines (43 loc) · 1.13 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
35
36
37
38
39
40
41
42
43
{
"name": "condor-psl",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"dev": "ts-node-dev src/Api/index.ts",
"start": "ts-node src/Api/index.ts"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eriklopess/condor-psl.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/eriklopess/condor-psl/issues"
},
"homepage": "https://github.com/eriklopess/condor-psl#readme",
"devDependencies": {
"@types/express": "^4.17.13",
"@types/joi": "^17.2.3",
"@types/multer": "^1.4.7",
"@types/node": "^18.7.6",
"@types/swagger-ui-express": "^4.1.3",
"@typescript-eslint/eslint-plugin": "^5.33.1",
"@typescript-eslint/parser": "^5.33.1",
"dotenv": "^16.0.1",
"eslint": "^8.2.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.25.2",
"ts-node": "^10.9.1",
"ts-node-dev": "^2.0.0"
},
"dependencies": {
"express": "^4.18.1",
"express-openapi-validator": "^4.13.8",
"mongoose": "^6.5.2",
"multer": "^1.4.5-lts.1",
"swagger-ui-express": "^4.5.0",
"zod": "3.11.6"
}
}