Spaces:
Paused
Paused
| { | |
| "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" | |
| } | |
| } | |