@askphill/shopify-parcel
Version:
Simple JavaScript and CSS bundling for Shopify themes with Parcel.
29 lines (28 loc) • 594 B
JSON
{
"name": "@askphill/shopify-parcel",
"version": "1.0.0",
"type": "module",
"main": "cli.js",
"bin": {
"shopify-parcel": "cli.js"
},
"keywords": [
"shopify",
"parcel",
"parcel-config"
],
"repository": {
"type": "git",
"url": "git+https://github.com/askphill/shopify-parcel.git",
"directory": "packages/shopify-parcel"
},
"dependencies": {
"minimist": "^1.2.8",
"parcel": "^2.10.2",
"zx": "^7.2.3"
},
"peerDependencies": {
"@askphill/parcel-config-shopify": "*"
},
"gitHead": "2d745588ecc781aced98533a5646b8a34f38a3b9"
}