| 12345678910111213 |
- {
- "name": "prun-calc",
- "version": "1.0.0",
- "description": "GitHub Pages site with TypeScript",
- "scripts": {
- "build": "bun build src/market.ts src/recipes.ts --outdir dist --target browser --sourcemap=external",
- "typecheck": "tsc --noEmit",
- "serve": "python3 -m http.server 8000"
- },
- "devDependencies": {
- "typescript": "^5.2.0"
- }
- }
|