generated from myrotvorets/ts-action-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 1.14 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
{
"name": "@myrotvorets/trigger-repository-dispatch-action",
"version": "2.0.2",
"description": "GitHub action to trigger a repository_dispatch event",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"package": "ncc build --minify",
"test": "tsc --noEmit",
"all": "npm run build && npm run lint:fix && npm run package"
},
"keywords": [],
"author": "Myrotvorets <support@myrotvorets.center> (https://myrotvorets.center/)",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@myrotvorets/eslint-config-myrotvorets-ts": "^3.0.0",
"@octokit/request-error": "^6.0.0",
"@vercel/ncc": "^0.38.1",
"ts-node": "^10.9.2",
"typescript": "^5.3.3"
},
"repository": {
"type": "git",
"url": "git+https://github.com/myrotvorets/trigger-repository-dispatch-action.git"
},
"bugs": {
"url": "https://github.com/myrotvorets/trigger-repository-dispatch-action/issues"
},
"homepage": "https://github.com/myrotvorets/trigger-repository-dispatch-action#readme",
"engines": {
"node": "22"
}
}