브라우징 자동화에만 집중
This commit is contained in:
24
package.json
24
package.json
@@ -1,23 +1,25 @@
|
||||
{
|
||||
"name": "auto-browse",
|
||||
"name": "web-sailor",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
"scripts": {},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git@git.lhk.o-r.kr:simple-utils/simple-auto_browsing.git"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.56.0",
|
||||
"@types/node": "^24.7.2"
|
||||
},
|
||||
"bin": {
|
||||
"sail": "./index.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"body-parser": "^2.2.0",
|
||||
"dotenv": "^17.2.3",
|
||||
"express": "^4.19.2",
|
||||
"fake-useragent": "^1.0.1",
|
||||
"jimp": "^1.6.0",
|
||||
"node-cron": "^4.2.1",
|
||||
"puppeteer": "^24.24.0",
|
||||
"sqlite3": "^5.1.7",
|
||||
"tesseract.js": "^6.0.1"
|
||||
"sqlite3": "^5.1.7"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user