forked from daveshanley/vacuum
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 720 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 720 Bytes
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
{
"name": "@quobix/vacuum",
"version": "0.0.0",
"description": "The world's fastest, most scalable and complete OpenAPI parser",
"type": "module",
"author": "Dave Shanley",
"license": "MIT",
"homepage": "https://quobix.com/vacuum",
"repository": {
"type": "git",
"url": "git+https://github.com/daveshanley/vacuum.git"
},
"engines": {
"node": ">=16.0.0"
},
"scripts": {
"postinstall": "node ./npm-install/postinstall.js"
},
"bin": {
"vacuum": "bin/vacuum.js"
},
"files": [
"npm-install"
],
"dependencies": {
"node-fetch": "^3.2.10",
"tar": "^6.1.11"
},
"bugs": {
"url": "https://github.com/daveshanley/vacuum/issues"
},
"main": "index.js"
}