-
-
Notifications
You must be signed in to change notification settings - Fork 86
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 795 Bytes
/
Copy pathpackage.json
File metadata and controls
36 lines (36 loc) · 795 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
34
35
36
{
"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": ">=24.16.0"
},
"scripts": {
"postinstall": "node ./npm-install/postinstall.js"
},
"bin": {
"vacuum": "bin/vacuum.js"
},
"files": [
"npm-install"
],
"dependencies": {
"https-proxy-agent": "^9.0.0",
"tar": "^7.5.16"
},
"devDependencies": {
"@sourcemeta/jsonschema": "^15.6.3"
},
"bugs": {
"url": "https://github.com/daveshanley/vacuum/issues"
},
"main": "index.js"
}