-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 874 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
{
"name": "comment-tag-issue",
"version": "1.0.0",
"packageManager": "pnpm@6.32.11",
"description": "Github action to create issues from comment tags",
"main": "src/index.ts",
"type": "module",
"scripts": {
"prepare": "husky install",
"build": "ncc build --license licenses.txt",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"action",
"github",
"todo"
],
"author": "Brandon Ryan",
"license": "MIT",
"devDependencies": {
"@babel/types": "^7.17.0",
"@tsconfig/node16-strictest-esm": "^1.0.1",
"@types/node": "^17.0.27",
"@vercel/ncc": "^0.33.4",
"husky": "^7.0.4",
"typescript": "^4.6.3"
},
"dependencies": {
"@actions/core": "^1.7.0",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.0.1",
"@actions/glob": "^0.3.0",
"@babel/parser": "^7.17.9"
}
}