Files
bpi-stock-price-scraper/package.json
T
Lino Silva fe4c54ebcb
Build and publish / build (push) Failing after 2m37s
feat: Initial move to docker image
2026-04-10 17:24:44 +01:00

24 lines
551 B
JSON

{
"name": "bpi-stock-price-scraper",
"version": "1.0.0",
"main": "index.mjs",
"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": "node index.mjs",
"dev": "node --watch index.mjs"
},
"dependencies": {
"dotenv": "^16.4.5",
"express": "^5.2.1",
"puppeteer": "^23.5.3"
},
"devDependencies": {
"@eslint/js": "^9.12.0",
"eslint": "^9.12.0",
"globals": "^15.11.0"
}
}