-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 900 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
{
"private": true,
"main": "lib/src/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",
"format-check": "prettier --check **/*.ts",
"lint": "eslint **/*.ts",
"package": "ncc build --source-map --license licenses.txt",
"test": "jest"
},
"dependencies": {
"@actions/core": "1.6.0",
"@actions/github": "5.0.1"
},
"devDependencies": {
"@octokit/webhooks-types": "5.5.1",
"@tsconfig/node16": "1.0.2",
"@types/jest": "27.4.1",
"@types/node": "16.11.26",
"@typescript-eslint/eslint-plugin": "5.19.0",
"@typescript-eslint/parser": "5.19.0",
"@vercel/ncc": "0.33.3",
"eslint": "8.13.0",
"eslint-plugin-jest": "26.1.4",
"jest": "27.5.1",
"js-yaml": "4.1.0",
"prettier": "2.6.2",
"ts-jest": "27.1.4",
"typescript": "4.6.3"
},
"version": "0.0.0"
}