-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 794 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 794 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "@joltdesign/docker-php-base",
"version": "1.0.0",
"repository": "git@github.com:Jolt-Design/PHP-Base-Image.git",
"author": "Jolt Design <studio@joltdesign.co.uk>",
"license": "None",
"private": true,
"jira-prepare-commit-msg": {
"messagePattern": "$J $M",
"ignoredBranchesPattern": "^(dependabot/|renovate/)"
},
"scripts": {
"build": "yarn node bin/bake.js",
"build:remote": "jolt aws codebuild start --batch '{tf:codebuild_project_name}'",
"prepare": "jolt prepare",
"push": "yarn run build --push"
},
"devDependencies": {
"@joltdesign/scripts": "^1.5.0"
},
"packageManager": "yarn@4.14.1+sha512.64df448055b2d37ba269d7db535a469b8da93f8ef1140c25fd7a83c00a8fbaacb214ca0e02553b92a2c54cef78bb67d0b4817fab02001df0e24fac0faccc3b42"
}