28 lines
656 B
JSON
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"
|
|
}
|
|
}
|