Files
strata-compile/cli/create-strata/package.json
2026-01-16 09:25:50 -05:00

33 lines
664 B
JSON

{
"name": "create-strata-compile",
"version": "0.1.0",
"description": "Create a new Strata project",
"repository": {
"type": "git",
"url": "https://github.com/CarGDev/strata-compile.git",
"directory": "cli/create-strata"
},
"homepage": "https://github.com/CarGDev/strata-compile",
"bin": {
"create-strata-compile": "./index.js"
},
"files": [
"index.js",
"templates"
],
"scripts": {
"test": "node index.js --help"
},
"keywords": [
"strata",
"strata-compile",
"create",
"scaffold",
"cli",
"static-site",
"framework"
],
"author": "Carlos Gutierrez (CarGDev)",
"license": "MIT"
}