@skill-mine/complyment-connectors-sdk 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json ADDED
@@ -0,0 +1,26 @@
1
+ {
2
+ "name": "@skill-mine/complyment-connectors-sdk",
3
+ "version": "0.1.0",
4
+ "description": "Enterprise security tool connectors SDK by Skill-Mine Technology",
5
+ "main": "dist/index.js",
6
+ "module": "dist/index.mjs",
7
+ "types": "dist/index.d.ts",
8
+ "files": ["dist"],
9
+ "scripts": {
10
+ "build": "tsup",
11
+ "dev": "tsup --watch",
12
+ "test": "echo \"Error: no test specified\" && exit 1"
13
+ },
14
+ "keywords": ["connectors", "security", "sdk", "qualys", "sentinelone"],
15
+ "author": "Skill-Mine Technology",
16
+ "license": "ISC",
17
+ "devDependencies": {
18
+ "@types/node": "^25.3.0",
19
+ "tsup": "^8.5.1",
20
+ "typescript": "^5.9.3"
21
+ },
22
+ "dependencies": {
23
+ "axios": "^1.13.5",
24
+ "zod": "^4.3.6"
25
+ }
26
+ }