This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
forked from juice-shop/juice-shop
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
219 lines (219 loc) · 5.85 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
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
{
"name": "juice-shop",
"version": "11.1.3",
"private": true,
"description": "Probably the most modern and sophisticated insecure web application",
"keywords": [
"web security",
"web application security",
"webappsec",
"owasp",
"pentest",
"pentesting",
"security",
"vulnerable",
"vulnerability",
"broken",
"bodgeit",
"ctf",
"capture the flag",
"awareness"
],
"homepage": "https://owasp-juice.shop",
"bugs": {
"url": "https://github.com/bkimminich/juice-shop/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/bkimminich/juice-shop.git"
},
"license": "MIT",
"author": "Björn Kimminich <bjoern.kimminich@owasp.org> (https://kimminich.de)",
"contributors": [
"Björn Kimminich",
"Jannik Hollenbach",
"Aashish683",
"greenkeeper[bot]",
"agrawalarpit14",
"MarcRler",
"CaptainFreak",
"Supratik Das",
"Scar26",
"aaryan10",
"m4l1c3",
"Timo Pagel",
"Josh Grossman",
"Mohit Sharma",
"JuiceShopBot",
"JamesCullum",
"omerlh",
"Martin Rock-Evans",
"Alejandro Saenz",
"Marc O'Polo"
],
"scripts": {
"build": "cd frontend && node ./node_modules/@angular/cli/bin/ng build --aot --prod --output-hashing=none --vendor-chunk=true --source-map=false",
"e2e": "node test/e2eTests.js",
"frisby": "nyc --report-dir=./build/reports/coverage/api-tests jest --silent --runInBand --forceExit",
"postinstall": "cd frontend && npm install && cd .. && npm run build",
"lint": "standard && cd frontend && ng lint && cd ..",
"lint:config": "schema validate -s config.schema.yml",
"lint:fix": "standard --fix && cd frontend && ./node_modules/.bin/ng lint --fix && cd ..",
"package": "grunt package",
"package:ci": "npm prune --production && npm dedupe && cd frontend && npm prune --production && npm dedupe && cd .. && grunt package",
"preprotractor": "npm dedupe && node ./node_modules/protractor/bin/webdriver-manager update --gecko false",
"protractor": "npm run e2e",
"serve": "concurrently --kill-others \"node app\" \"cd frontend && ng serve\"",
"start": "node app",
"test": "cd frontend && ng test --watch=false --source-map=false && cd .. && nyc --report-dir=./build/reports/coverage/server-tests mocha test/server",
"test:chromium": "cd frontend && ng test --watch=false --source-map=false --browsers=ChromiumHeadless && cd .. && nyc --report-dir=./build/reports/coverage/server-tests mocha test/server",
"vagrant": "cd vagrant && vagrant up"
},
"jest": {
"globalSetup": "./test/apiTestsSetup.js",
"globalTeardown": "./test/apiTestsTeardown.js",
"setupFilesAfterEnv": [
"./test/apiTestsSetupJest.js"
],
"testMatch": [
"**/test/api/*Spec.js"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/frontend/node_modules/"
],
"testURL": "http://localhost"
},
"nyc": {
"all": true,
"include": [
"lib/*.js",
"routes/*.js"
],
"reporter": [
"lcov",
"text-summary"
]
},
"dependencies": {
"body-parser": "^1.19.0",
"check-dependencies": "^1.1.0",
"clarinet": "^0.12.4",
"colors": "^1.4.0",
"compression": "^1.7.4",
"concurrently": "^5.2.0",
"config": "^3.3.1",
"cookie-parser": "^1.4.5",
"cors": "^2.8.5",
"dottie": "^2.0.2",
"download": "^7.1.0",
"errorhandler": "^1.5.1",
"express": "^4.17.1",
"express-jwt": "0.1.3",
"express-rate-limit": "^5.1.1",
"express-robots-txt": "^0.4.1",
"express-security.txt": "^2.0.0",
"file-stream-rotator": "^0.5.7",
"file-type": "^12.4.2",
"finale-rest": "^1.1.1",
"fs-extra": "^8.1.0",
"glob": "^7.1.6",
"grunt": "^1.1.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-replace-json": "^0.1.0",
"hashids": "^2.2.1",
"helmet": "^3.22.0",
"html-entities": "^1.3.1",
"i18n": "^0.8.6",
"is-docker": "^2.0.0",
"is-heroku": "^2.0.0",
"is-windows": "^1.0.2",
"js-yaml": "^3.13.1",
"jsonwebtoken": "0.4.0",
"jssha": "^2.4.2",
"libxmljs2": "^0.25.3",
"marsdb": "^0.6.11",
"morgan": "^1.10.0",
"multer": "^1.4.2",
"node-pre-gyp": "^0.14.0",
"notevil": "^1.3.3",
"on-finished": "^2.3.0",
"otplib": "^11.0.1",
"pdfkit": "^0.11.0",
"portscanner": "^2.2.0",
"prom-client": "^11.5.3",
"pug": "^2.0.4",
"replace": "^1.2.0",
"request": "^2.88.2",
"sanitize-filename": "^1.6.3",
"sanitize-html": "1.4.2",
"semver": "^7.3.2",
"sequelize": "^5.21.7",
"sequelize-noupdate-attributes": "^1.0.0",
"serve-index": "^1.9.1",
"socket.io": "^2.3.0",
"sqlite3": "^4.2.0",
"svg-captcha": "^1.4.0",
"swagger-ui-express": "^4.1.4",
"unzipper": "0.9.15",
"winston": "^3.2.1",
"yaml-schema-validator": "^1.1.9",
"z85": "^0.0.2"
},
"devDependencies": {
"chai": "^4.2.0",
"cross-spawn": "^7.0.2",
"frisby": "^2.1.2",
"grunt-cli": "^1.3.2",
"http-server": "^0.12.3",
"jasmine": "^3.5.0",
"jasmine-core": "^3.5.0",
"jasmine-reporters": "^2.3.2",
"jest": "^24.9.0",
"mocha": "^6.2.3",
"node-fetch": "2.1.2",
"nyc": "^14.1.1",
"protractor": "^5.4.4",
"shelljs": "^0.8.4",
"sinon": "^7.5.0",
"sinon-chai": "^3.5.0",
"socket.io-client": "^2.3.0",
"standard": "^14.3.3",
"webdriver-manager": "^12.1.7"
},
"engines": {
"node": "10 - 14"
},
"os": [
"win32",
"linux",
"darwin",
"freebsd",
"openbsd"
],
"cpu": [
"x64",
"x32",
"arm64",
"arm"
],
"heroku-run-build-script": true,
"standard": {
"ignore": [
"/app/private/**",
"/vagrant/**",
"/frontend/**"
],
"env": {
"jasmine": true,
"node": true,
"browser": true,
"mocha": true,
"protractor": true
},
"global": [
"angular",
"inject"
]
}
}