create-sea-app
Version:
CLI tool to create a new Sea JS project
42 lines (41 loc) • 750 B
JSON
{
"name": "create-sea-app",
"version": "1.0.3",
"main": "src/index.js",
"type": "module",
"bin": {
"create-sea-app": "src/index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"sea-js-ui-core",
"vite",
"ui",
"frontend",
"framework",
"jsx",
"lightweight",
"js",
"frontend framework",
"client",
"chalk",
"commander",
"fs-extra",
"open source"
],
"files": [
"src/index.js",
"templates/"
],
"author": "samiranghosh04",
"license": "MIT",
"description": "CLI tool to create a new Sea JS project",
"dependencies": {
"chalk": "^5.3.0",
"commander": "^12.1.0",
"fs-extra": "^11.2.0"
}
}