This repository has been archived by the owner on Feb 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.21 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "University-projects-manager",
"version": "1.0.0",
"description": "This project was thought in order to facility the creation, management and formalization of university research projects. Both students and teachers will be able to organize their project, which will be visible to other students who may want to join the research team. It mainly consists of a web application, the main page will contain all the projects in order to make them known for everyone, and they will be accepting requests for those who want to get in.",
"main": ".eslintrc.js",
"dependencies": {
"@neuralegion/class-sanitizer": "^0.3.2",
"@types/passport-google-oauth20": "^2.0.3",
"argon2": "^0.26.2",
"class-transformer": "^0.4.0",
"class-validator": "^0.11.1",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"jest": "^26.0.20",
"jsonwebtoken": "^8.5.1",
"passport": "^0.4.1",
"passport-google-oauth20": "^2.0.0",
"reflect-metadata": "^0.1.13",
"sqlite3": "^4.2.0",
"ts-jest": "^26.0.20",
"tsc-watch": "^4.2.3",
"typeorm": "^0.2.31",
"winston": "^3.2.1"
},
"devDependencies": {
"@types/cors": "^2.8.9",
"@types/dotenv": "^8.2.0",
"@types/express": "^4.17.3",
"@types/jest": "^26.0.20",
"@types/jsonwebtoken": "^8.5.0",
"@types/node": "^13.11.0",
"@types/supertest": "^2.0.8",
"@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.28.0",
"eslint": "^6.8.0",
"eslint-config-prettier": "^6.10.1",
"eslint-plugin-prettier": "^3.1.3",
"prettier": "^2.0.4",
"supertest": "^4.0.2",
"typescript": "^3.8.3"
},
"scripts": {
"dev": "tsc-watch --onSuccess \"node ./dist/start.js\"",
"start": "node dist/start.js",
"lint": "tsc --noEmit && eslint '*/**/*.{ts,js}' --quiet --fix",
"test": "jest",
"test:watch": "jest --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/team120/University-projects-manager.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/team120/University-projects-manager/issues"
},
"homepage": "https://github.com/team120/University-projects-manager#readme"
}