-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.12 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.12 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
{
"name": "auto-release-bot",
"version": "0.3.1",
"description": "Workflow test application",
"main": "src/index.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "set PORT=3010 && node src/index.js"
},
"repository": {
"type": "git",
"url": "git+https://gitlab.prodentcrm.ru/others/auto-release-test.git"
},
"author": "Maxim Savin <mksavin@mail.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ProDentInc/auto-release-bot/issues"
},
"homepage": "https://gitlab.prodentcrm.ru/others/auto-release-test/-/blob/dev/README.md",
"dependencies": {
"auto": "^10.37.2",
"express": "^4.18.1",
"ts-node": "^10.9.1",
"typescript": "^4.7.4"
},
"devDependencies": {
"@auto-it/conventional-commits": "^10.37.2",
"@auto-it/git-tag": "^10.37.2",
"@auto-it/npm": "^10.37.2",
"@prodentinc/eslint-config-prodent": "^0.0.9",
"@types/jest": "^28.1.6",
"@types/semver": "^7.3.10",
"@types/signale": "^1.4.4",
"@typescript-eslint/eslint-plugin": "^5.30.7",
"@typescript-eslint/parser": "^5.30.7"
}
}