UNPKG

psrworld

Version:

A TypeScript-powered project scaffolding tool with dual CommonJS/ESM build support

20 lines 485 B
{ "name": "{{package}}", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json" }, "devDependencies": { "@sveltejs/vite-plugin-svelte": "^6.0.0", "@tsconfig/svelte": "^5.0.4", "svelte": "^5.35.5", "svelte-check": "^4.2.2", "typescript": "~5.8.3", "vite": "^7.0.4" } }