-
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) · 875 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 875 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": "vtapi_v3",
"version": "2.0.1",
"description": "VirusTotal API Version 3 - Scan Domains, Files and URL's using this package and so much more!",
"main": "main.js",
"homepage": "https://github.com/MaximKing1/VTAPI_V3",
"bugs": "https://github.com/MaximKing1/VTAPI_V3/issues",
"keywords": [
"virustotal",
"virustotal-api",
"virustotal-v3",
"MKComputing",
"domains",
"ips",
"urls",
"scan"
],
"repository": {
"type": "git",
"url": "https://github.com/MaximKing1/VTAPI_V3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"engines": {
"node": ">= 6.0.0",
"npm": ">= 3.0.0"
},
"author": "MKComputing Inc (Maxim King <maxim@mkcomputing.uk>)",
"license": "ISC",
"dependencies": {
"node-fetch": "^3.1.1"
},
"devDependencies": {
"auto": "^10.29.3"
}
}