This repository has been archived by the owner on Apr 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
88 lines (88 loc) · 2.27 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
"name": "badges",
"version": "7.5.1",
"description": "More advanced badges for your projects using Travis or Sauce Labs.",
"main": "src/index.js",
"engines": {
"node": ">=10"
},
"scripts": {
"build:marko": "node scripts/build.js",
"build:docs": "doctoc --title '## Contents' README.md DEVELOPMENT.md",
"build:tf": "terraform fmt --recursive terraform",
"build": "yarn build:marko && yarn build:docs && yarn build:tf",
"check": "yarn lint",
"lint": "eslint .",
"preversion": "yarn build",
"start": "nodemon -e js,svg src/index.js",
"start:dev": "yarn start | pino-pretty",
"test": "yarn lint"
},
"author": "Brian Beck",
"contributors": [
"Tyler Thompson",
"Ryan Roemer"
],
"license": "MIT",
"dependencies": {
"aws-sdk": "^2.969.0",
"compression": "^1.7.4",
"config": "^3.3.6",
"debug": "^4.3.2",
"express": "^4.17.1",
"gzip-size": "^5.1.1",
"lodash": "^4.17.21",
"lru-cache": "^5.1.1",
"marko": "4.18.46",
"pdfkit": "^0.11.0",
"pretty-bytes": "^5.6.0",
"request": "^2.88.2",
"serverless-http": "^2.7.0",
"xml2js": "^0.4.23"
},
"devDependencies": {
"@octokit/rest": "^16.43.1",
"archiver": "^3.1.1",
"babel-eslint": "^10.1.0",
"doctoc": "^1.4.0",
"eslint": "^6.8.0",
"eslint-config-formidable": "^4.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-filenames": "^1.3.2",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jest": "^23.7.0",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-promise": "^4.2.1",
"execa": "^4.0.0",
"fs-extra": "^8.1.0",
"nodemon": "^2.0.12",
"pino-pretty": "^3.6.0",
"prettier": "^1.19.1",
"rimraf": "^3.0.2",
"serverless": "^2.54.0",
"serverless-jetpack": "^0.11.1",
"serverless-plugin-canary-deployments": "^0.6.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/FormidableLabs/badges.git"
},
"keywords": [
"travis",
"badge",
"badges",
"shield",
"shields",
"matrix",
"build",
"status"
],
"bugs": {
"url": "https://github.com/FormidableLabs/badges/issues"
},
"homepage": "https://github.com/FormidableLabs/badges#readme",
"volta": {
"node": "10.19.0",
"yarn": "1.17.3"
}
}