theme-starter
Version:
A CLI tool for initializing and configuring Shopify theme projects quickly and efficiently.
31 lines (30 loc) • 701 B
JSON
{
"name": "theme-starter",
"version": "1.1.0",
"main": "index.js",
"type": "module",
"bin": {
"theme-starter": "bin/index.js"
},
"scripts": {
"start": "node bin/index.js"
},
"author": "AntonVasylchenko",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/AntonVasylchenko/cli-create-file"
},
"homepage": "https://github.com/AntonVasylchenko/cli-create-file/blob/main/README.md",
"keywords": [
"shopify",
"cli",
"theme",
"starter",
"automation"
],
"description": "A CLI tool for initializing and configuring Shopify theme projects quickly and efficiently.",
"dependencies": {
"inquirer": "^12.5.0"
}
}