-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.46 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.46 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"name": "estudusp_api",
"version": "1.0.0",
"description": "",
"main": "dist/index.js",
"scripts": {
"start": "node dist/index.js",
"lint": "npx eslint --fix ./src/*",
"build": "tsc",
"test": "NODE_ENV=test jest -i",
"prepare": "husky install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/stoneparker/EstudUSP-api.git"
},
"keywords": [],
"author": "55TELECOM",
"license": "ISC",
"homepage": "https://github.com/stoneparker/EstudUSP-api.git#readme",
"devDependencies": {
"@faker-js/faker": "^8.1.0",
"@flydotio/dockerfile": "^0.4.10",
"@types/cors": "^2.8.13",
"@types/express": "^4.17.17",
"@types/jest": "^29.5.4",
"@types/jsonwebtoken": "^9.0.3",
"@types/multer": "^1.4.7",
"@types/node": "^20.5.3",
"@typescript-eslint/eslint-plugin": "^5.31.1",
"@typescript-eslint/parser": "^5.31.1",
"eslint": "^7.32.0",
"eslint-config-google": "0.14.0",
"husky": "^8.0.3",
"jest": "^29.6.3",
"supertest": "^6.3.3",
"ts-jest": "^29.1.1",
"typescript": "^5.1.6"
},
"dependencies": {
"cors": "^2.8.5",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"express-winston": "^4.2.0",
"glob": "^10.3.3",
"helmet": "^7.0.0",
"inversify": "^6.0.1",
"jsonwebtoken": "^9.0.2",
"multer": "^1.4.5-lts.1",
"pg": "^8.11.3",
"reflect-metadata": "^0.1.13",
"socket.io": "^4.7.2",
"typeorm": "^0.3.17",
"winston": "^3.10.0"
}
}