-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.19 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.19 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
{
"name": "pbrn-projects",
"version": "1.0.0",
"description": "Microservice for projects",
"dependencies": {
"@types/mongoose": "^5.10.3",
"@types/uuid": "^8.3.0",
"chai-http": "^4.3.0",
"cors": "^2.8.5",
"dotenv": "^8.2.0",
"express": "^4.17.1",
"express-validator": "^6.10.0",
"helmet": "^4.4.1",
"jsonwebtoken": "^8.5.1",
"mongoose": "^5.11.18",
"node": "^15.4.0",
"tslint": "^6.1.3",
"typescript": "^4.2.2",
"uuid": "^8.3.2"
},
"devDependencies": {
"@types/cors": "^2.8.10",
"@types/express": "^4.17.11",
"@types/node": "^14.14.31",
"chai": "^4.3.3",
"mocha": "^8.3.0"
},
"main": "dist/index.js",
"scripts": {
"prebuild": "tslint -c tslint.json -p tsconfig.json --fix",
"build": "npx tsc",
"prestart": "npm run build",
"start": "node dist/index.js",
"test": "mocha || true"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MUHC-DP-Project/pbrn-projects.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/MUHC-DP-Project/muhc-projects/issues"
},
"homepage": "https://github.com/MUHC-DP-Project/muhc-projects#readme"
}