-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 934 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 934 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
26
27
{
"name": "@joltdesign/wp-cron",
"version": "1.0.0",
"repository": "git@github.com:Jolt-Design/WP-Cron.git",
"author": "Jolt Design <studio@joltdesign.co.uk>",
"license": "None",
"private": true,
"jira-prepare-commit-msg": {
"messagePattern": "$J $M",
"ignoredBranchesPattern": "^dependabot/"
},
"scripts": {
"bake": "jolt cmd '{cmd:yarn}' run cross-env commitSha='{git:sha}' '{cmd:docker}' buildx bake",
"bake:push": "run bake --push",
"build": "jolt docker build",
"deploy": "run-s build tag push",
"prepare": "jolt prepare",
"push": "jolt docker push",
"tag": "jolt docker tag"
},
"devDependencies": {
"@joltdesign/scripts": "^1.5.0",
"cross-env": "^10.1.0",
"npm-run-all2": "^8.0.4"
},
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
}