-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 900 Bytes
/
package.json
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
{
"name": "re-news-er",
"version": "1.0.0",
"description": "A script to renew free access to the NY Times and Washington Post for DC residents through the DC Library",
"type": "module",
"main": "index.ts",
"scripts": {
"test": "tsx research/test/puzzle-solver.spec.ts",
"start": "tsx index.ts",
"nyt": "tsx research/nyt.ts"
},
"author": "Jake Kenneally",
"license": "MIT",
"packageManager": "[email protected]",
"dependencies": {
"dotenv": "^16.4.5",
"fingerprint-generator": "^2.1.52",
"fingerprint-injector": "^2.1.52",
"jimp": "^0.22.12",
"opencv-wasm": "4.3.0-10",
"puppeteer": "^22.12.1",
"puppeteer-core": "^22.12.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"typescript": "^5.5.2"
},
"devDependencies": {
"@types/node": "^20.14.9",
"prettier": "^3.3.2",
"tsx": "^4.15.7"
}
}