-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.43 KB
/
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
38
39
40
41
42
43
44
45
{
"name": "argus",
"version": "1.1.0",
"private": true,
"description": "GitHub App to watch for repository's workflows with tests and pin screenshots differences images to bot's comment of pull request.",
"author": "Barsukov Nikita <[email protected]>",
"license": "ISC",
"homepage": "https://github.com/Tinkoff/argus",
"keywords": [
"probot",
"github",
"probot-app",
"cypress",
"screenshot",
"screenshots"
],
"scripts": {
"start:watch": "concurrently --kill-others \"tsc --watch\" \"wait-on ./lib/index.js && probot run ./lib/index.js\"",
"prettier": "prettier '**/*.{svg,yml,js,ts,html,md,less,json}'",
"start": "tsc && probot run ./lib/index.js",
"build": "tsc"
},
"dependencies": {
"adm-zip": "0.5.16",
"probot": "13.3.8",
"toml": "3.0.0"
},
"devDependencies": {
"@octokit/types": "12.6.0",
"@tinkoff/eslint-config": "3.0.0",
"@tinkoff/eslint-config-angular": "3.0.0",
"@tinkoff/prettier-config": "3.0.0",
"@types/adm-zip": "0.5.5",
"@types/node": "22.7.5",
"concurrently": "9.0.1",
"smee-client": "2.0.3",
"typescript": "4.8.4",
"wait-on": "8.0.1"
},
"engines": {
"node": "16.20.2",
"npm": "10.4.0",
"yarn": "Please use npm instead of yarn to install dependencies"
}
}