-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 620 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"private": true,
"name": "secretlint-github-actions-example",
"version": "1.0.0",
"description": "example repo",
"homepage": "https://github.com/azu/secretlint-github-actions-example",
"bugs": {
"url": "https://github.com/azu/secretlint-github-actions-example/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/azu/secretlint-github-actions-example.git"
},
"license": "MIT",
"author": "azu",
"scripts": {
"test": "secretlint \"**/*\""
},
"devDependencies": {
"@secretlint/secretlint-rule-preset-recommend": "^11.4.1",
"secretlint": "^11.4.1"
}
}