-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
37 lines (37 loc) · 844 Bytes
/
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
{
"name": "allure-reports-portal",
"version": "1.0.1",
"description": "Allure reports portal",
"main": "./dist/main.js",
"scripts": {
"start": "nodemon",
"dev:lint": "eslint"
},
"repository": "https://github.com/pumano/allure-reports-portal",
"keywords": [
"allure",
"reports",
"tests",
"results",
"portal",
"typescript"
],
"author": "Dmitry Zakharov",
"license": "MIT",
"dependencies": {
"bootstrap": "^5.3.3",
"config": "^3.3.12",
"express": "4.21.2",
"morgan": "^1.10.0"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@typescript-eslint/eslint-plugin": "^8.6.0",
"@typescript-eslint/parser": "^8.6.0",
"eslint": "^8.57.1",
"eslint-plugin-import": "^2.30.0",
"nodemon": "^3.1.6",
"ts-node": "^10.9.2",
"typescript": "5.5.4"
}
}