File size: 1,345 Bytes
bcf46c3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
56
{
  "name": "opticparse-js",
  "cache_bust": "PLAYWRIGHT_BROWSERS_PATH=0-fix",
  "version": "1.0.0",
  "description": "Official TypeScript/JavaScript SDK and CLI tool for Opticparse AI Vision Web Scraper.",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "bin": {
    "opticparse": "./dist/cli.js"
  },
  "scripts": {
    "build": "tsc",
    "start": "node dist/phish-server.js",
    "prepublishOnly": "npm run build",
    "phish:dev": "ts-node src/phish-server.ts",
    "phish:start": "node dist/phish-server.js"
  },
  "keywords": [
    "opticparse",
    "web-scraper",
    "ai-vision",
    "headless",
    "playwright",
    "gemini",
    "scraping",
    "cli",
    "phishing",
    "cybersecurity"
  ],
  "author": "",
  "license": "MIT",
  "dependencies": {
    "@sparticuz/chromium": "^123.0.0",
    "@types/pdfkit": "^0.17.6",
    "@types/pg": "^8.20.0",
    "commander": "^11.1.0",
    "cors": "^2.8.6",
    "dotenv": "^16.4.5",
    "express": "^4.18.2",
    "express-rate-limit": "^7.3.1",
    "helmet": "^8.3.0",
    "ioredis": "^5.11.1",
    "openai": "^4.47.1",
    "pdfkit": "^0.19.1",
    "pg": "^8.22.0",
    "playwright-core": "^1.44.0"
  },
  "devDependencies": {
    "@types/cors": "^2.8.19",
    "@types/express": "^4.17.21",
    "@types/node": "^20.11.24",
    "ts-node": "^10.9.2",
    "typescript": "^5.3.3"
  }
}