generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 855 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
{
"name": "issue-marker",
"version": "1.0.0",
"private": true,
"description": "Issue Marker Action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "ncc build --source-map --license licenses.txt",
"all": "npm run build && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoorDigitalAgency/issue-marker.git"
},
"author": "Rojan Gh.",
"license": "MIT",
"dependencies": {
"@octokit/graphql-schema": "^14.45.1",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@noordigitalagency/zenhub-client": "2023.18.0",
"axios": "^1.6.2",
"js-yaml": "^4.1.0"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.3",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.9.5"
}
}