forked from saifyxpro/HeadlessX
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
89 lines (89 loc) · 2.83 KB
/
package.json
File metadata and controls
89 lines (89 loc) · 2.83 KB
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
{
"name": "headlessx",
"version": "1.2.0",
"description": "HeadlessX v1.2.0 - Open Source Browserless Web Scraping API by Saify with integrated website, human-like behavior simulation, and comprehensive anti-detection features",
"main": "src/app.js",
"scripts": {
"start": "node src/app.js",
"dev": "node src/app.js",
"server": "node src/server.js",
"build": "node -e \"const fs=require('fs'); try{fs.copyFileSync('.env','website/.env.local')}catch(e){console.log('No .env file to copy')}\" && cd website && npm install --production=false && npm run build",
"build:full": "npm install && npm run build",
"setup": "bash scripts/setup.sh",
"setup-playwright": "bash scripts/setup-playwright.sh",
"quick-setup": "bash scripts/quick-setup.sh",
"deploy": "npm run build:full && npm run setup",
"generate-locks": "bash scripts/generate-lockfiles.sh",
"validate": "bash scripts/validate-setup.sh",
"validate:vps": "bash scripts/validate-vps.sh",
"test:api": "bash scripts/test-api-endpoints.sh",
"env:setup": "bash scripts/quick-env-setup.sh",
"pm2:start": "bash scripts/pm2-manager.sh start",
"pm2:stop": "bash scripts/pm2-manager.sh stop",
"pm2:restart": "bash scripts/pm2-manager.sh restart",
"pm2:reload": "bash scripts/pm2-manager.sh reload",
"pm2:delete": "bash scripts/pm2-manager.sh delete",
"pm2:logs": "bash scripts/pm2-manager.sh logs",
"pm2:status": "bash scripts/pm2-manager.sh status",
"pm2:monit": "bash scripts/pm2-manager.sh monit",
"pm2:reset": "bash scripts/pm2-manager.sh reset",
"pm2:save": "pm2 save",
"pm2:startup": "pm2 startup",
"test": "bash scripts/test-integration.sh",
"test:domain": "bash scripts/verify-domain.sh",
"test:routing": "bash scripts/test-routing.sh"
},
"keywords": [
"headlessx",
"browserless",
"web-scraping",
"playwright",
"html-rendering",
"javascript-rendering",
"automation",
"api",
"server",
"website",
"nextjs",
"integrated",
"screenshot",
"pdf",
"batch-processing",
"anti-detection",
"human-behavior",
"stealth",
"unified",
"all-in-one"
],
"author": "SaifyXPRO",
"license": "MIT",
"dependencies": {
"express": "^4.18.2",
"body-parser": "^1.20.2",
"playwright": "^1.40.0",
"dotenv": "^16.3.1",
"cors": "^2.8.5"
},
"devDependencies": {
"nodemon": "^3.0.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=8.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/saifyxpro/headlessx.git"
},
"bugs": {
"url": "https://github.com/saifyxpro/headlessx/issues"
},
"homepage": "https://github.com/saifyxpro/headlessx#readme",
"funding": {
"type": "github",
"url": "https://github.com/sponsors/saifyxpro"
},
"publishConfig": {
"access": "public"
}
}