-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1 KB
/
package.json
File metadata and controls
40 lines (40 loc) · 1 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
{
"name": "fcopier",
"version": "1.0.0",
"type": "module",
"description": "",
"main": "src/core/engine.js",
"bin": {
"fcopier": "./bin/fcopier.js"
},
"scripts": {
"start": "node ./bin/fcopier.js",
"dev": "node --watch ./bin/fcopier.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "echo \"Linting logic...\" && exit 0",
"format": "echo \"Formatting logic...\" && exit 0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"archiver": "^7.0.1",
"axios": "^1.13.6",
"axios-retry": "^4.5.0",
"better-sqlite3": "^12.6.2",
"chalk": "^5.6.2",
"cheerio": "^1.2.0",
"commander": "^14.0.3",
"css-tree": "^3.2.1",
"express": "^5.2.1",
"fs-extra": "^11.3.4",
"https-proxy-agent": "^9.0.0",
"ora": "^9.3.0",
"p-queue": "^9.1.0",
"playwright": "^1.58.2",
"playwright-extra": "^4.3.6",
"postcss": "^8.5.8",
"postcss-url": "^10.1.3",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
}