create-webr-vite-lit
Version:
A template for creating WebR projects using Vite and Lit
22 lines (21 loc) • 447 B
JSON
{
"name": "create-webr-vite-lit",
"author": "boB Rudis",
"readme": "README.md",
"version": "0.2.0",
"description": "A template for creating WebR projects using Vite and Lit",
"bin": {
"create-webr-vite-lit": "./create.js"
},
"keywords": [
"webR",
"vite",
"lit",
"template"
],
"repository": {
"type": "git",
"url": "git+https://github.com/hrbrmstr/create-webr-vite-lit.git"
},
"license": "MIT"
}