-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.27 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.27 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
{
"name": "hng12-stage3-telex-integration",
"version": "1.0.0",
"description": "Telex (https://telex.im/) integrations for a cache miss alerts",
"main": "dist/src/main",
"scripts": {
"build": "nest build",
"start:dev": "nest start --watch",
"start:prod": "node .",
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/timiwritescode/hng12-stage3-telex-integration.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/timiwritescode/hng12-stage3-telex-integration/issues"
},
"homepage": "https://github.com/timiwritescode/hng12-stage3-telex-integration#readme",
"dependencies": {
"@nestjs/common": "^11.0.9",
"@nestjs/core": "^11.0.9",
"@nestjs/platform-express": "^11.0.9",
"@nestjs/testing": "^11.0.10",
"axios": "^1.7.9",
"class-transformer": "^0.5.1",
"class-validator": "^0.14.1",
"dotenv": "^16.4.7",
"reflect-metadata": "^0.2.2",
"uuid": "^11.0.5"
},
"devDependencies": {
"@babel/preset-typescript": "^7.26.0",
"@nestjs/cli": "^11.0.2",
"@nestjs/schematics": "^11.0.0",
"@types/jest": "^29.5.14",
"@types/node": "^22.13.4",
"jest": "^29.7.0",
"ts-jest": "^29.2.5",
"typescript": "^5.7.3"
}
}