-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "lunchmoney-assets",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"dev": "npx tsc --watch",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Michael Bianco",
"license": "MIT",
"type": "module",
"description": "Update Real Estate & Car Values in LunchMoney",
"keywords": [
"personal-finance",
"kbb",
"lunch-money",
"zillow-scraper",
"redfin-scraper",
"lunchmoney"
],
"dependencies": {
"detect-rpi": "^1.5.0",
"lunch-money": "^0.5.0",
"puppeteer": "^23.11.1",
"puppeteer-extra": "^3.3.6",
"puppeteer-extra-plugin-repl": "^2.3.3",
"puppeteer-extra-plugin-stealth": "^2.11.2",
"ts-node": "^10.9.2"
},
"devDependencies": {
"@types/detect-rpi": "^1.5.0",
"@types/eslint": "^9.6.1",
"@types/underscore": "^1.13.0",
"@typescript-eslint/eslint-plugin": "^8.19.0",
"@typescript-eslint/parser": "^8.19.0",
"eslint": "^9.17.0",
"eslint-config-prettier": "^9.1.0",
"eslint-config-typescript": "^3.0.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2",
"typesync": "^0.13.4"
}
}