package.json 372 B

1234567891011121314
  1. {
  2. "name": "prun-calc",
  3. "version": "0",
  4. "scripts": {
  5. "build": "bun build ts/buy.ts ts/mat.ts ts/roi.ts --outdir www --target browser --sourcemap=external",
  6. "typecheck": "tsgo --noEmit",
  7. "serve": "python3 -m http.server -d www 8000"
  8. },
  9. "devDependencies": {},
  10. "dependencies": {
  11. "@observablehq/plot": "^0.6.17",
  12. "@typescript/native-preview": "^7.0.0-dev"
  13. }
  14. }