@craftled/comp
Version:
A CLI tool to initialize a component app
29 lines (28 loc) • 491 B
JSON
{
"name": "@craftled/comp",
"version": "0.6.5",
"description": "A CLI tool to initialize a component app",
"main": "index.js",
"bin": {
"comp": "./bin/index.js"
},
"scripts": {
"publish": "npm publish"
},
"keywords": [
"comp",
"cli",
"npx",
"bunx",
"pnpm"
],
"publishConfig": {
"access": "public"
},
"author": {
"name": "Craftled",
"email": "support@craftled.com",
"url": "https://craftled.com"
},
"license": "MIT"
}