forked from Creadores-Program/CreadorCraft-Maker-GHA
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (29 loc) · 860 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
{
"name": "Scratch-CreadorCraft-Maker",
"version": "1.0.0",
"description": "Github Action to package your Scratch game to CreatorCraft game!",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/Creadores-Program/Scratch-to-CreadorCraft-Maker-GHA.git"
},
"keywords": [
"github",
"action",
"node",
"CreadorCraft",
"Scratch"
],
"author": "Creadores Program",
"license": "MIT",
"bugs": {
"url": "https://github.com/Creadores-Program/Scratch-to-CreadorCraft-Maker-GHA/issues"
},
"homepage": "https://creadorcraft-maker.blogspot.com/",
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/github": "^6.0.0",
"@turbowarp/packager": "^2.0.0",
"cheerio": "^1.0.0"
}
}