forked from netlify/build-image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
27 lines (27 loc) · 820 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
25
26
27
{
"name": "@netlify/build-image",
"version": "4.10.1",
"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",
"private": "true",
"scripts": {
"test": "bats --recursive --timing --tap tests"
},
"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": {
"bats": "^1.3.0-alpha.0",
"bats-assert": "^2.0.0",
"bats-support": "^0.3.0",
"bats-file": "git+https://github.com/bats-core/bats-file.git#v0.3.0"
},
"dependencies": {}
}