Files
Lino Silva e6f7b2270b
Build and publish / build (push) Successful in 1m50s
chore: Refactor
2026-05-12 23:26:48 +01:00

28 lines
656 B
JSON

{
"name": "bpi-stock-price-scraper",
"version": "1.0.0",
"main": "index.ts",
"type": "module",
"repository": "ssh://git@10.0.2.28:222/lino-authelia/bpi-stock-price-scraper.git",
"author": "Lino Silva <me@lino.cooking>",
"license": "MIT",
"scripts": {
"start": "tsx index.ts",
"dev": "tsx watch index.ts"
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^5.2.1",
"puppeteer": "^23.5.3"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"@types/express": "^5.0.6",
"@types/node": "^25.7.0",
"eslint": "^9.12.0",
"globals": "^15.11.0",
"tsx": "^4.21.0",
"typescript": "^6.0.3"
}
}