-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.4 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.4 KB
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "@opswat/mcl-platform-sdk-javascript",
"version": "1.0.0",
"description": "MetaDefender Cloud SDK for TypeScript/JavaScript - File scanning, threat detection, and CDR with 20+ anti-malware engines",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"tests",
"README.md",
"LICENSE.md"
],
"scripts": {
"build": "tsc",
"prepublishOnly": "npm run build",
"test": "ts-node tests/exemple_all_workflows.ts",
"docs:file-scanning-fp": "node scripts/generate-docs-file-scanning-fp-single.js",
"docs:admin": "node scripts/generate-docs-admin-single.js"
},
"keywords": [
"metadefender",
"opswat",
"antivirus",
"malware",
"security",
"file-scanning",
"threat-detection",
"cdr",
"content-disarm-reconstruction",
"sandbox"
],
"author": "OPSWAT",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/OPSWAT/mcl-platform-sdk-typescript.git"
},
"homepage": "https://github.com/OPSWAT/mcl-platform-sdk-typescript",
"bugs": {
"url": "https://github.com/OPSWAT/mcl-platform-sdk-typescript/issues"
},
"engines": {
"node": ">=16.0.0"
},
"dependencies": {
"axios": "^1.13.2"
},
"devDependencies": {
"@types/node": "^25.0.9",
"typedoc": "^0.28.17",
"typedoc-plugin-markdown": "^4.9.0",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}