33 lines
664 B
JSON
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"
|
|
}
|