UNPKG

@dscodotco/theme-cli

Version:

A CLI tool for developing Shopify themes

61 lines (60 loc) 1.53 kB
{ "name": "@dscodotco/theme-cli", "version": "1.0.14", "publishConfig": { "access": "public" }, "description": "A CLI tool for developing Shopify themes", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": "./dist/index.js", "repository": { "type": "git", "url": "git+https://github.com/dsco-co/theme-cli.git" }, "scripts": { "build": "tsc --skipLibCheck --noEmit false", "build:types": "tsc --declaration --emitDeclarationOnly", "dev": "tsc --watch", "start": "node dist/index.js", "prepublishOnly": "npm run build", "setup": "bash scripts/project-setup.sh", "theme:dev": "bash scripts/local-theme-dev.sh", "theme:dev:npm": "bash scripts/setup-theme-dev.sh", "clean": "rm -rf dist my-shop-theme", "postbuild": "chmod +x dist/index.js" }, "dependencies": { "@types/glob": "^8.1.0", "@types/node-fetch": "^2.6.12", "adm-zip": "^0.5.9", "axios": "^1.3.4", "chalk": "^5.3.0", "commander": "^11.1.0", "dotenv": "^16.4.7", "express": "^4.21.2", "glob": "^11.0.1", "got": "^14.4.6", "node-fetch": "^3.3.2", "ora": "^7.0.1", "shopify-api-node": "^3.14.2" }, "devDependencies": { "@types/adm-zip": "^0.5.5", "@types/express": "^5.0.1", "@types/node": "^20.10.5", "typescript": "^5.3.3" }, "engines": { "node": ">=18.0.0" }, "keywords": [ "shopify", "theme", "cli", "webcontainer" ], "author": "dsco.co", "license": "MIT" }