-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 712 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 712 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
{
"name": "@sentry-internal/external-contributor-gh-action",
"description": "An internal Github Action to add external contributors to the CHANGELOG.md file.",
"version": "10.43.0",
"license": "MIT",
"engines": {
"node": ">=18"
},
"private": true,
"main": "index.mjs",
"type": "module",
"scripts": {
"lint": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --type-aware",
"lint:fix": "OXLINT_TSGOLINT_DANGEROUSLY_SUPPRESS_PROGRAM_DIAGNOSTICS=true oxlint . --fix --type-aware"
},
"dependencies": {
"@actions/core": "1.10.1"
},
"devDependencies": {
"eslint-plugin-regexp": "^1.15.0"
},
"volta": {
"extends": "../../package.json"
}
}