-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.75 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
{
"name": "ull-esit-inf-dsi-22-23-prct12-destravate-api-grupoh",
"version": "1.0.0",
"description": "[![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-24ddc0f5d75046c5622901739e7c5dd533143b0c8e959d652212380cedb1ea36.svg)](https://classroom.github.com/a/GwypoZrl)",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc-watch --onSuccess \"env-cmd -f ./config/dev.env node dist/index.js\"",
"doc": "typedoc",
"test": "env-cmd -f ./config/test.env mocha --exit",
"coverage": "c8 npm test && c8 report --reporter=lcov"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ULL-ESIT-INF-DSI-2223/ull-esit-inf-dsi-22-23-prct12-destravate-api-grupoh.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/ULL-ESIT-INF-DSI-2223/ull-esit-inf-dsi-22-23-prct12-destravate-api-grupoh/issues"
},
"homepage": "https://github.com/ULL-ESIT-INF-DSI-2223/ull-esit-inf-dsi-22-23-prct12-destravate-api-grupoh#readme",
"devDependencies": {
"@types/chai": "^4.3.5",
"@types/express": "^4.17.17",
"@types/mocha": "^10.0.1",
"@types/supertest": "^2.0.12",
"@typescript-eslint/eslint-plugin": "^5.50.0",
"@typescript-eslint/parser": "^5.50.0",
"c8": "^7.13.0",
"chai": "^4.3.7",
"env-cmd": "^10.1.0",
"eslint": "^8.33.0",
"eslint-config-prettier": "^8.6.0",
"mocha": "^10.2.0",
"prettier": "^2.8.3",
"supertest": "^6.3.3",
"ts-node": "^10.9.1",
"tsc-watch": "^6.0.0",
"typedoc": "^0.23.25",
"typescript": "^4.9.5"
},
"dependencies": {
"express": "^4.18.2",
"mongoose": "^7.1.0",
"validator": "^13.9.0"
}
}