generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 981 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": "release-startup",
"version": "1.0.0",
"private": true,
"description": "Release Startup Action",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"package": "ncc build lib/main.js -o dist/main --source-map --license licenses.txt && ncc build lib/post.js -o dist/post --source-map --license licenses.txt",
"all": "npm run build && npm run package"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NoorDigitalAgency/dawn.git"
},
"author": "Rojan Gh.",
"license": "MIT",
"dependencies": {
"@actions/artifact": "^1.1.2",
"@actions/core": "^1.10.1",
"@actions/exec": "^1.1.1",
"@actions/github": "^5.1.1",
"@actions/io": "^1.1.3",
"@octokit/graphql-schema": "^14.46.0",
"issue-marker": "github:NoorDigitalAgency/issue-marker#main"
},
"devDependencies": {
"@types/js-yaml": "^4.0.9",
"@types/node": "^18.19.3",
"@vercel/ncc": "^0.34.0",
"typescript": "^4.9.5"
}
}