-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.46 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
{
"name": "back-videos",
"version": "1.0.0",
"private": true,
"main": "dist/core/index",
"scripts": {
"test": "jest",
"dev": "nest start --watch",
"build": "tsc",
"lint": "eslint './src/**' --fix && prettier --write .",
"start": "nest start"
},
"repository": {
"type": "git",
"url": "git+https://github.com/UCOcamp/back-videos.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/UCOcamp/back-videos/issues"
},
"homepage": "https://github.com/UCOcamp/back-videos#readme",
"dependencies": {
"@nestjs/common": "^8.4.0",
"@nestjs/core": "^8.4.0",
"@nestjs/cqrs": "^8.0.3",
"@nestjs/mongoose": "^9.0.2",
"@nestjs/platform-express": "^8.4.0",
"@nestjs/serve-static": "^2.2.2",
"@nestjs/swagger": "^5.2.0",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"mongoose": "^6.2.5",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.5.5",
"swagger-ui-express": "^4.3.0",
"uuid": "^8.3.2"
},
"devDependencies": {
"@nestjs/cli": "^8.2.2",
"@types/jest": "^27.4.1",
"@types/multer": "^1.4.7",
"@types/node": "^17.0.21",
"@types/uuid": "^8.3.4",
"@typescript-eslint/eslint-plugin": "^5.14.0",
"@typescript-eslint/parser": "^5.14.0",
"eslint": "^8.10.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"jest": "^27.5.1",
"prettier": "^2.5.1",
"ts-jest": "^27.1.3",
"typescript": "^4.6.2"
}
}