@ayurak/aribot-cli 1.0.5 → 1.0.7

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 CHANGED
@@ -1,11 +1,24 @@
1
1
  {
2
2
  "name": "@ayurak/aribot-cli",
3
- "version": "1.0.5",
4
- "description": "AI-powered threat modeling CLI by Ayurak. Automatically analyze diagrams, generate STRIDE threats, and get security recommendations.",
3
+ "version": "1.0.7",
4
+ "description": "Aribot - Economic, Regulatory & Security APIs for Modern Applications. Advanced multi-framework threat modeling (STRIDE, PASTA, NIST, Aristiun), 100+ compliance standards, Cloud Security, FinOps, and Red Team automation.",
5
5
  "main": "dist/index.js",
6
+ "types": "dist/index.d.ts",
6
7
  "bin": {
7
8
  "aribot": "./dist/cli.js"
8
9
  },
10
+ "exports": {
11
+ ".": {
12
+ "import": "./dist/index.js",
13
+ "require": "./dist/index.js",
14
+ "types": "./dist/index.d.ts"
15
+ },
16
+ "./sdk": {
17
+ "import": "./dist/sdk.js",
18
+ "require": "./dist/sdk.js",
19
+ "types": "./dist/sdk.d.ts"
20
+ }
21
+ },
9
22
  "scripts": {
10
23
  "build": "tsc",
11
24
  "start": "node dist/cli.js",
@@ -15,13 +28,30 @@
15
28
  "threat-modeling",
16
29
  "security",
17
30
  "stride",
31
+ "pasta",
32
+ "nist",
33
+ "cspm",
34
+ "cnapp",
35
+ "cloud-security",
18
36
  "devsecops",
19
37
  "cli",
38
+ "sdk",
20
39
  "ai",
21
40
  "appsec",
22
41
  "diagram-analysis",
23
42
  "vulnerability",
24
- "risk-assessment"
43
+ "risk-assessment",
44
+ "compliance",
45
+ "soc2",
46
+ "iso27001",
47
+ "pci-dss",
48
+ "gdpr",
49
+ "hipaa",
50
+ "finops",
51
+ "red-team",
52
+ "economic-intelligence",
53
+ "tco",
54
+ "roi"
25
55
  ],
26
56
  "author": "Ayurak AI <support@ayurak.com>",
27
57
  "license": "MIT",
@@ -29,7 +59,7 @@
29
59
  "type": "git",
30
60
  "url": "https://github.com/ayurak/aribot-cli"
31
61
  },
32
- "homepage": "https://developer.ayurak.com",
62
+ "homepage": "https://aribot.ayurak.com",
33
63
  "bugs": {
34
64
  "url": "https://github.com/ayurak/aribot-cli/issues"
35
65
  },