fix: deps

This commit is contained in:
2023-11-18 14:07:23 -06:00
parent d72f836cdd
commit 8abdc391b6
3 changed files with 9 additions and 320 deletions

View File

@@ -1,32 +1,18 @@
{
"name": "@ts/scraper",
"name": "purs",
"private": true,
"module": "index.js",
"type": "module",
"scripts": {
"fmt": "bun bun/fmt.js",
"postinstall": "rm -rf node_modules/puppeteer-extra/node_modules/"
"fmt": "bun bun/fmt.js"
},
"devDependencies": {
"bun-types": "1.0.11",
"prettier-plugin-sh": "^0.13.1",
"purs-tidy": "^0.10.0",
"spago": "next"
},
"peerDependencies": {
"typescript": "^5.0.0"
},
"dependencies": {
"callsites": "^4.1.0",
"decimal.js": "^10.4.3",
"nanoid": "^5.0.2",
"pg": "^8.11.3",
"puppeteer-core": "https://git.orionkindel.com/orion/-/packages/npm/puppeteer-core/0.0.2-fork/files/3271#.tgz",
"puppeteer": "https://git.orionkindel.com/orion/-/packages/npm/puppeteer/0.0.3-fork/files/3272#.tgz",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-adblocker": "^2.13.6",
"puppeteer-extra-plugin-anonymize-ua": "^2.4.6",
"puppeteer-extra-plugin-recaptcha": "^3.6.8",
"puppeteer-extra-plugin-stealth": "^2.11.2"
}
"dependencies": { }
}