-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 1.07 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
37
38
39
{
"name": "github-actions-containerization",
"version": "1.0.0",
"description": "github reusable actions and workflows for container images",
"main": "index.js",
"scripts": {
"_prettier": "prettier .",
"prettier:write": "npm run _prettier -- --write",
"prettier:check": "npm run _prettier -- --check",
"lint": "npm run prettier:check",
"format": "npm run prettier:write",
"postformat": "npm run lint",
"style": "npm run format",
"pretest": "npm run lint",
"test": "exit 0",
"predev": "npm run format",
"dev": "npm run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/percebus/github-actions-containerization.git"
},
"keywords": [
"github",
"actions",
"workflows",
"container",
"image"
],
"author": "JCystems",
"license": "SEE LICENSE IN LICENSE",
"bugs": {
"url": "https://github.com/percebus/github-actions-containerization/issues"
},
"homepage": "https://github.com/percebus/github-actions-containerization#readme",
"devDependencies": {
"prettier": "^3.5.0"
}
}