forked from netlify/build-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
24 lines (24 loc) · 795 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "@netlify/build-image",
"version": "3.4.4",
"description": "This repository contains the tools to make the build image Netlify uses to build a site from git (for continuous deployment.)",
"main": "index.js",
"scripts": {
"version": "auto-changelog -p -t keepachangelog -l false --starting-commit 9d2e26a && git add CHANGELOG.md",
"release": "git push && git push --tags && gh-release"
},
"repository": {
"type": "git",
"url": "git+https://github.com/netlify/build-image.git"
},
"author": "Netlify Inc",
"license": "MIT",
"bugs": {
"url": "https://github.com/netlify/build-image/issues"
},
"homepage": "https://github.com/netlify/build-image#readme",
"devDependencies": {
"auto-changelog": "^1.10.2",
"gh-release": "^3.4.0"
}
}