UNPKG

create-vitriol

Version:

Create Mithril + Vite projects

53 lines (52 loc) 1.09 kB
{ "name": "create-vitriol", "version": "0.9.9", "type": "module", "description": "Create Mithril + Vite projects", "bin": { "create-vitriol": "index.js" }, "files": [ "index.js", "template", "dist" ], "scripts": { "dev": "unbuild --stub", "build": "unbuild", "test": "vitest run './tests/index.test.js'", "integration": "vitest run './tests/integration.test.js';", "syntax": "cd syntaxes && npm i && cd .." }, "repository": { "type": "git", "url": "https://github.com/DeJy/vitriol.git" }, "keywords": [ "Mithril", "Vite", "Vitriol", "scaffolding", "generator", "starter", "boilerplate", "cli", "ionic", "typescript", "jsx", "create-mithril-app" ], "author": "DeJy", "license": "MIT", "bugs": { "url": "https://github.com/DeJy/vitriol/issues" }, "homepage": "https://github.com/DeJy/vitriol#readme", "devDependencies": { "kolorist": "^1.8.0", "minimist": "^1.2.8", "prompts": "^2.4.2", "unbuild": "^3.2.0", "vitest": "^4.0.13" } }