-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 645 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 645 Bytes
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
{
"name": "geysermc-actions",
"version": "1.0.0",
"private": true,
"repository": "https://github.com/GeyserMC/actions.git",
"author": "GeyserMC",
"license": "AGPL-3.0-only",
"workspaces": [
"notify-discord/",
"previous-release/",
"release/",
"upload-multi-artifact/",
"upload-release/"
],
"scripts": {
"package": "npm run package --ws"
},
"dependencies": {
"@actions/core": "1.10.1",
"tslib": "2.6.2"
},
"devDependencies": {
"@types/node": "20.7.1",
"@vercel/ncc": "0.38.0",
"typescript": "5.2.2"
}
}