forked from pb33f/wiretap
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 825 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
28
29
30
31
32
33
34
35
{
"name": "@pb33f/wiretap",
"version": "0.0.0",
"description": "The world's coolest OpenAPI contract compliance API Proxy testing tool.",
"type": "module",
"author": "Princess Beef Heavy Industries, LLC / Quobix / DaveShanley",
"license": "GPL-3.0",
"homepage": "https://pb33f.io/wiretap",
"repository": {
"type": "git",
"url": "git+https://github.com/pb33f/wiretap.git"
},
"engines": {
"node": ">=18.0.0"
},
"scripts": {
"postinstall": "node ./npm-install/postinstall.js"
},
"bin": {
"wiretap": "bin/wiretap.js"
},
"files": [
"npm-install"
],
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"global": "^4.4.0",
"node-fetch": "^3.3.1",
"tar": "^6.1.15"
},
"bugs": {
"url": "https://github.com/pb33f/wiretap/issues"
},
"main": "index.js"
}