-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 964 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
34
35
36
37
38
39
40
{
"name": "install-crystal",
"description": "GitHub Action: Install Crystal programming language",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"lint": "eslint .",
"test": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/crystal-lang/install-crystal.git"
},
"keywords": [
"GitHub",
"Actions",
"Crystal",
"Setup"
],
"author": "Oleh Prypin <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/crystal-lang/install-crystal/issues"
},
"homepage": "https://github.com/crystal-lang/install-crystal",
"dependencies": {
"@actions/cache": "^3.2.4",
"@actions/core": "^1.10.1",
"@actions/glob": "^0.5.0",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1",
"@octokit/rest": "^21.0.0",
"node-fetch": "^3.3.2",
"tag-cmp": "^1.0.1"
},
"devDependencies": {
"eslint": "^9.3.0"
}
}