-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 761 Bytes
/
package.json
File metadata and controls
21 lines (21 loc) · 761 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "actions",
"version": "1.6.25",
"description": "Collection of actions for GitHub Workflows",
"private": true,
"packageManager": "pnpm@10.33.0+sha512.10568bb4a6afb58c9eb3630da90cc9516417abebd3fabbe6739f0ae795728da1491e9db5a544c76ad8eb7570f5c4bb3d6c637b2cb41bfdcdb47fa823c8649319",
"scripts": {
"build": "pnpm -r run build && pnpm build:readme",
"build:readme": "inject-markdown README.md \".github/**/README.md\" \"public/**/README.md\"",
"lint": "prettier . -w",
"reset-tags": "git fetch --prune origin \"+refs/tags/*:refs/tags/*\" ",
"test": "echo OK"
},
"keywords": [],
"author": "Street Side Software",
"license": "MIT",
"devDependencies": {
"inject-markdown": "^4.0.0",
"prettier": "^3.8.3"
}
}