one-file-cli
Version:
Run shadcn/ui React components instantly with zero config - perfect for quick prototypes
40 lines • 1.01 kB
JSON
{
"name": "one-file-cli",
"version": "1.4.1",
"description": "Run shadcn/ui React components instantly with zero config - perfect for quick prototypes",
"main": "one-file.js",
"bin": {
"one-file-cli": "one-file.js"
},
"keywords": [
"shadcn",
"shadcn-ui",
"react",
"typescript",
"vite",
"cli",
"tailwind",
"components",
"development",
"hot-reload",
"zero-config"
],
"author": "Your Name",
"license": "MIT",
"engines": {
"node": ">=16.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Porter-smith/one-file-cli"
},
"bugs": {
"url": "https://github.com/Porter-smith/one-file-cli/issues"
},
"homepage": "https://github.com/Porter-smith/one-file-cli#readme",
"files": [
"one-file.js",
"template/**/*",
"!template/node_modules/**"
]
}