create-vite-lite
Version:
57 lines • 1.08 kB
JSON
{
"name": "create-vite-lite",
"version": "0.1.4",
"description": "Create Vite Lite",
"author": "MrAmericanMike",
"main": "./src/main.js",
"type": "module",
"scripts": {
"build": "unbuild",
"prepublishOnly": "pnpm run build"
},
"bin": {
"create-vite-lite": "./src/main.js",
"cvl": "./src/main.js"
},
"files": [
"src/main.js",
"package.json",
"template-*/**",
"dist",
"README.md"
],
"keywords": [
"create-vite-lite",
"create-vite",
"create-vite-app",
"create",
"vite",
"app",
"vanilla",
"lit",
"preact",
"react",
"solid",
"svelte",
"vue"
],
"license": "MIT",
"homepage": "https://github.com/MrAmericanMike/create-vite-lite#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/MrAmericanMike/create-vite-lite.git"
},
"bugs": {
"url": "https://github.com/MrAmericanMike/create-vite-lite/issues"
},
"dependencies": {
"kolorist": "1.8.0",
"prompts": "2.4.2"
},
"devDependencies": {
"@types/prompts": "2.4.9",
"@types/node": "22.10.2",
"typescript": "5.7.2",
"unbuild": "3.0.1"
}
}