-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 993 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
{
"name": "setup-iggy",
"description": "A GitHub Action to install a specific version of Iggy server",
"private": true,
"keywords": [
"github-actions",
"iggy",
"server"
],
"repository": {
"type": "git",
"url": "[email protected]:iggy-rs/setup-iggy.git"
},
"license": "MIT",
"author": "Tchoupinax",
"main": "dist/index.js",
"scripts": {
"build": "tsc && ncc build --no-cache --no-source-map-register",
"lint": "eslint \"{src,apps,libs,test}/**/*.ts\" --fix",
"docs": "action-docs --update-readme"
},
"dependencies": {
"@actions/core": "1.11.1",
"@actions/tool-cache": "2.0.1"
},
"devDependencies": {
"@types/node": "22.10.1",
"@vercel/ncc": "0.38.3",
"action-docs": "2.5.1",
"eslint": "9.16.0",
"eslint-plugin-jsonc": "2.18.2",
"eslint-plugin-prettier": "5.2.1",
"eslint-plugin-simple-import-sort": "12.1.1",
"typescript": "5.7",
"typescript-eslint": "8.17.0",
"vite-node": "2.1.8"
}
}