@pensar/apex 0.0.57 → 0.0.58-canary.6000cd41

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.
Files changed (2) hide show
  1. package/build/index.js +7379 -950
  2. package/package.json +12 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pensar/apex",
3
- "version": "0.0.57",
3
+ "version": "0.0.58-canary.6000cd41",
4
4
  "description": "AI-powered penetration testing CLI tool with terminal UI",
5
5
  "module": "src/tui/index.tsx",
6
6
  "main": "build/index.js",
@@ -35,6 +35,9 @@
35
35
  "local-benchmark": "bun run scripts/local-benchmark.ts",
36
36
  "test": "vitest run",
37
37
  "test:watch": "vitest",
38
+ "lint": "eslint src/",
39
+ "format": "prettier --write .",
40
+ "format:check": "prettier --check .",
38
41
  "prepublishOnly": "npm run build"
39
42
  },
40
43
  "keywords": [
@@ -53,10 +56,18 @@
53
56
  "bun": ">=1.0.0"
54
57
  },
55
58
  "devDependencies": {
59
+ "@eslint/js": "^10.0.1",
56
60
  "@playwright/mcp": "^0.0.54",
57
61
  "@types/bun": "^1.3.0",
58
62
  "@types/react": "^19.2.6",
63
+ "@typescript-eslint/eslint-plugin": "^8.55.0",
64
+ "@typescript-eslint/parser": "^8.55.0",
59
65
  "dotenv": "^17.2.3",
66
+ "eslint": "^10.0.0",
67
+ "eslint-config-prettier": "^10.1.8",
68
+ "eslint-plugin-unused-imports": "^4.4.1",
69
+ "prettier": "^3.8.1",
70
+ "typescript-eslint": "^8.55.0",
60
71
  "vitest": "^2.1.8"
61
72
  },
62
73
  "peerDependencies": {