create-sellflow
Version:
Pre-built cross-platform Shopify app template
38 lines (37 loc) • 764 B
JSON
{
"name": "create-sellflow",
"version": "1.0.5",
"description": "Pre-built cross-platform Shopify app template",
"bin": {
"create-sellflow": "./bin/index"
},
"files": [
"bin",
"templates"
],
"keywords": [
"Sellflow",
"Shopify",
"App",
"Template",
"Storefront"
],
"homepage": "https://github.com/sellflow/sellflow#readme",
"bugs": {
"url": "https://github.com/sellflow/sellflow/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sellflow/sellflow.git"
},
"license": "MIT",
"author": "echo5678",
"type": "commonjs",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"prompts": "^2.4.2"
}
}