-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.15 KB
/
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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@quarva/netlify-plugin-sitrep",
"version": "0.0.8",
"description": "A Netlify build plugin that injects build and deploy information into the DOM for debugging.",
"main": "index.js",
"scripts": {
"build": "netlify-build",
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/quarva/netlify-plugin-sitrep.git"
},
"keywords": [
"netlify-plugin",
"netlify",
"netlify-build-plugin",
"netlify-plugins"
],
"author": "Quarva <hello@quarva.com> (https://www.quarva.com/",
"contributors": [
"Shane Cole <shane@shanecole.com> (https://www.shanecole.com/)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/quarva/netlify-plugin-sitrep/issues"
},
"homepage": "https://github.com/quarva/netlify-plugin-sitrep",
"devDependencies": {
"@netlify/build": "4.4.0",
"eslint": "7.10.0",
"eslint-plugin-spellcheck": "0.0.17"
},
"engines": {
"node": ">=10.22.0"
},
"dependencies": {
"ejs": "^3.1.5",
"node-fetch": "^2.6.1"
},
"files": [
"templates/template.ejs",
"index.js",
"env.js",
"manifest.yml"
]
}