-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 690 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 690 Bytes
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
{
"name": "nestjs-test-application",
"version": "1.0.0",
"main": "dist/main.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "nest build",
"start": "nest start",
"clean": "npx rimraf node_modules,pnpm-lock.yaml"
},
"license": "MIT",
"volta": {
"extends": "../../package.json"
},
"dependencies": {
"@nestjs/common": "10.3.9",
"@nestjs/core": "11.1.18",
"@nestjs/platform-express": "10.3.8",
"@sentry/node": "8.9.2",
"@sentry/types": "8.9.2",
"dotenv": "^16.4.5",
"reflect-metadata": "0.2.2",
"rxjs": "7.8.1"
},
"devDependencies": {
"@nestjs/cli": "10.3.2",
"@nestjs/schematics": "10.1.1"
}
}