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
37 lines (37 loc) · 821 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 821 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
37
{
"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": {
"https-proxy-agent": "^7.0.6",
"node-fetch": "^3.3.2",
"tar": "^7.5.2"
},
"devDependencies": {
"@sourcemeta/jsonschema": "^11.5.1"
},
"bugs": {
"url": "https://github.com/daveshanley/vacuum/issues"
},
"main": "index.js"
}