pftui 0.12.1

A beautiful terminal portfolio tracker with real-time prices, charts, and market data
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "pftui-web-tests",
  "private": true,
  "version": "0.0.1",
  "scripts": {
    "test:web": "playwright test",
    "test:web:integration": "playwright test tests/web.integration.spec.ts",
    "test:web:visual": "playwright test tests/web.visual.spec.ts"
  },
  "devDependencies": {
    "@playwright/test": "^1.54.1"
  }
}