-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.05 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.05 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
{
"name": "@mathieu-bour/setup-sentry-cli",
"version": "2.0.0",
"description": "Install the Sentry CLI in your GitHub Actions workflow.",
"keywords": ["github-actions", "actions", "sentry", "sentry-cli", "sentry-release"],
"homepage": "https://github.com/mathieu-bour/setup-sentry-cli",
"bugs": "https://github.com/mathieu-bour/setup-sentry-cli/issues",
"license": "MIT",
"main": "dist/main.js",
"author": "Mathieu Bour <mathieu@bour.tech>",
"scripts": {
"clean": "rimraf dist",
"lint": "biome ci .",
"depcheck": "depcheck",
"typecheck": "tsc --noEmit",
"prebuild": "pnpm clean",
"build": "tsup"
},
"dependencies": {
"@actions/core": "^1.10.1",
"@actions/io": "^1.1.3",
"@actions/tool-cache": "^2.0.1"
},
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@types/node": "^20.11.24",
"depcheck": "^1.4.7",
"lefthook": "^1.6.4",
"rimraf": "^5.0.5",
"standard-commit": "^4.2.6",
"tsup": "^8.0.2",
"typescript": "^5.3.3"
},
"os": ["linux", "darwin", "win32"],
"private": true
}