UNPKG

dose3

Version:

dose3 is a starter kit for building desktop applications using Tauri, Express, Svelte, React, Hono, Astro, and Next.js. It provides a simple and efficient way to create cross-platform applications with a modern tech stack.

46 lines (44 loc) 1.02 kB
{ "name": "dose3", "version": "2.4.6", "description": "dose3 is a starter kit for building desktop applications using Tauri, Express, Svelte, React, Hono, Astro, and Next.js. It provides a simple and efficient way to create cross-platform applications with a modern tech stack.", "main": "./src/index.ts", "bin": { "dose": "dist/index.js" }, "scripts": { "start": "tsx ./src/index.ts", "build": "tsx ./scripts/esbuild.ts", "sam": "node ./dist/index.js", "test": "vitest" }, "author": "SoRa", "files": [ "dist", "readme.md", "licence.md" ], "repository": { "type": "git", "url": "git+https://github.com/donnie3237/DosE3.git" }, "homepage": "https://dose3.dossware.com", "keywords": [ "Typescript", "dose3", "tauri", "express", "svelte", "react", "hono", "astro", "starterkit", "nextjs" ], "bugs": { "url": "git+https://github.com/donnie3237/DosE3.git" }, "license": "ISC", "devDependencies": { } }