-
Notifications
You must be signed in to change notification settings - Fork 79
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 784 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 784 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
32
33
34
35
{
"name": "devops-example-app",
"version": "1.0.0",
"description": "devops example app",
"type": "module",
"main": "index.js",
"scripts": {
"test": "jest --runInBand",
"start": "bin/start.sh"
},
"author": "Hexlet",
"license": "ISC",
"dependencies": {
"@dnlup/fastify-traps": "^3.1.0",
"@fastify/static": "^9.1.3",
"@fastify/view": "^11.1.1",
"bootstrap": "^5.3.8",
"dotenv": "^17.4.2",
"fastify": "^5.8.5",
"fastify-cli": "^8.0.0",
"lodash": "^4.18.1",
"pug": "^3.0.4",
"@sentry/node": "^10.53.1"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"jest": "^30.4.2",
"npm-check-updates": "^22.2.0",
"pino": "^10.3.1",
"pino-pretty": "^13.1.3"
},
"engines": {
"node": ">=20.x"
}
}