-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 984 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
{
"private": true,
"license": "MIT",
"scripts": {
"build": "ncc build -m ./src/index.ts",
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
},
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/glob": "^0.1.0",
"@octokit/rest": "^18.0.6",
"@octokit/types": "^5.5.0",
"cheerio": "^1.0.0-rc.3",
"markdown-it": "^11.0.1",
"node-fetch": "^2.6.1",
"parse-github-url": "^1.0.2"
},
"devDependencies": {
"@types/cheerio": "^0.22.22",
"@types/eslint": "^7.2.3",
"@types/lodash": "^4.14.161",
"@types/markdown-it": "^10.0.2",
"@types/node": "^14.0.26",
"@types/node-fetch": "^2.5.7",
"@types/parse-github-url": "^1.0.0",
"@types/prettier": "^2.1.1",
"@types/rimraf": "^3.0.0",
"@typescript-eslint/eslint-plugin": "^4.2.0",
"@typescript-eslint/parser": "^4.2.0",
"@vercel/ncc": "^0.24.1",
"eslint": "^7.5.0",
"prettier": "^2.0.5",
"rimraf": "^3.0.2",
"typescript": "^4.0.3"
}
}