Files
Ten31-Portal/deploy/package.json
T
Jonathan KirkwoodandClaude Fable 5 5d4e87e69b 0.2.40: bitcoin-denominated line on the LP capital chart
The capital-over-time chart gains a dashed orange series on its own
right-hand ₿ axis: total value (ending balance + distributions) divided
by the BTC price at each statement date — the time-series of the
"In bitcoin terms" box. The history table gains a matching In-bitcoin
column. Frontend-only; prices were already stamped per statement.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-14 09:10:14 +02:00

18 lines
412 B
JSON

{
"name": "ten31portal-startos",
"version": "0.2.40",
"private": true,
"scripts": {
"build": "npm run check && rm -rf ./javascript && ncc build startos/index.ts -o ./javascript",
"check": "tsc --noEmit"
},
"dependencies": {
"@start9labs/start-sdk": "^0.4.0-beta.58"
},
"devDependencies": {
"@types/node": "^22.19.0",
"@vercel/ncc": "^0.38.4",
"typescript": "^5.9.3"
}
}