-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.22 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.22 KB
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
38
39
40
41
42
43
44
{
"name": "execute-whitelist-action",
"version": "2.0.0",
"description": "Action to whitelist executions",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "ncc build src\\index.ts --license LICENSE.md"
},
"keywords": [],
"author": {
"name": "Lala Sabathil",
"email": "lala@pycord.dev",
"url": "https://github.com/Lulalaby"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Pycord-Development/execute-whitelist-action"
},
"devDependencies": {
"@octokit/types": "16.0.0",
"@types/node": "24.12.2",
"typescript": "5.9.3"
},
"dependencies": {
"@actions/artifact": "6.2.1",
"@actions/attest": "3.2.0",
"@actions/cache": "6.0.0",
"@actions/core": "3.0.0",
"@actions/exec": "3.0.0",
"@actions/expressions": "0.3.50",
"@actions/github": "9.0.0",
"@actions/glob": "0.6.1",
"@actions/http-client": "4.0.0",
"@actions/io": "3.0.2",
"@actions/languageserver": "0.3.50",
"@actions/languageservice": "0.3.50",
"@actions/tool-cache": "4.0.0",
"@actions/workflow-parser": "0.3.50",
"@octokit/webhooks-definitions": "3.68.1",
"ansi-styles": "6.2.3"
}
}