@accounter/scraper-app
Version:
Scraper app with Fastify server and React UI
58 lines (57 loc) • 1.68 kB
JSON
{
"name": "@accounter/scraper-app",
"version": "0.0.3-alpha-20260715154225-e90169c2df49742ff56d61ef659d473ccd839a45",
"type": "module",
"description": "Scraper app with Fastify server and React UI",
"repository": {
"type": "git",
"url": "git+https://github.com/Urigo/accounter-fullstack.git",
"directory": "packages/scraper-app"
},
"homepage": "https://github.com/Urigo/accounter-fullstack/packages/scraper-app#readme",
"bugs": {
"url": "https://github.com/Urigo/accounter-fullstack/issues"
},
"author": "Gil Gardosh <gilgardosh@gmail.com>",
"license": "MIT",
"engines": {
"node": "^20.0.0 || >= 22"
},
"scripts": {
"build": "yarn build:server && yarn build:ui",
"build:server": "tsup",
"build:ui": "vite build",
"dev:server": "tsup --watch --onSuccess 'node dist/server/index.js'",
"dev:ui": "vite",
"test": "vitest run",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@accounter/modern-poalim-scraper": "workspace:^",
"@fastify/static": "10.1.0",
"@fastify/websocket": "11.3.0",
"date-fns": "4.4.0",
"fast-xml-parser": "5.10.0",
"fastify": "5.10.0",
"graphql-request": "7.4.0",
"msw": "2.15.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"ws": "8.21.0",
"zod": "4.4.3"
},
"devDependencies": {
"@testing-library/dom": "10.4.1",
"@testing-library/react": "16.3.2",
"@testing-library/user-event": "14.6.1",
"@vitejs/plugin-react": "6.0.3",
"tsup": "8.5.1",
"typescript": "6.0.3",
"vite": "8.1.4",
"vitest": "4.1.10"
},
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
}
}