generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
43 lines (43 loc) · 1.25 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
{
"version": "2.0.0-beta2",
"private": true,
"scripts": {
"fmt": "prettier --write .",
"fmt:check": "prettier --check .",
"typecheck": "tsc",
"lint": "eslint \"**/*.ts\" --cache",
"build:index": "ncc build src/index.ts --license=LICENSE.txt",
"build:post": "ncc build src/post.ts --out=dist/post --license=LICENSE.txt",
"build": "npm-run-all -p build:*"
},
"dependencies": {
"@actions/cache": "1.0.7",
"@actions/core": "1.4.0",
"@actions/exec": "1.1.0",
"@actions/github": "5.0.0",
"@actions/glob": "0.2.0",
"@actions/http-client": "1.0.11",
"@actions/io": "1.1.1",
"@actions/tool-cache": "1.7.1",
"cheerio": "1.0.0-rc.10",
"date-fns": "2.22.1",
"semver": "7.3.5",
"yaml": "2.0.0-6"
},
"devDependencies": {
"@types/node": "15.12.4",
"@types/semver": "7.3.6",
"@typescript-eslint/eslint-plugin": "4.28.0",
"@typescript-eslint/parser": "4.28.0",
"@vercel/ncc": "0.28.6",
"eslint": "7.29.0",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.23.4",
"eslint-plugin-prettier": "3.4.0",
"eslint-plugin-simple-import-sort": "7.0.0",
"npm-run-all": "4.1.5",
"prettier": "2.3.1",
"typescript": "4.3.4",
"webpack": "5.40.0"
}
}