@halfhelix/kit
Version:
A Shopify development toolkit
35 lines (34 loc) • 826 B
JSON
{
"name": "@halfhelix/kit",
"version": "1.2.0",
"description": "A Shopify development toolkit",
"main": "index.js",
"bin": {
"kit": "./cli.js"
},
"scripts": {
"release": "npm publish --access public",
"lint": "prettier --write {,**/}*.js"
},
"keywords": [
"shopify",
"themekit",
"themes"
],
"homepage": "https://github.com/halfhelix/Kit#readme",
"author": "https://halfhelix.com",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"dependencies": {
"@halfhelix/configure": "1.2.0",
"@halfhelix/gitlab-kit": "1.2.0",
"@halfhelix/shopify-kit": "1.2.0",
"@halfhelix/terminal-kit": "1.2.0",
"@halfhelix/webpacker": "1.2.0",
"commander": "^8.1.0",
"node-fetch": "^2.6.1"
},
"gitHead": "4c2930ba9e8dde80a4a795f5e2fa81485648cd8d"
}