nixpkgs/pkgs/by-name/sh/shopify-cli/package.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
190 B
JSON
Raw Normal View History

2024-07-05 12:56:27 +00:00
{
"name": "shopify",
2024-10-30 00:30:07 +00:00
"version": "3.69.3",
2024-07-05 12:56:27 +00:00
"private": true,
"bin": {
"shopify": "node_modules/@shopify/cli/bin/run.js"
},
"dependencies": {
2024-10-30 00:30:07 +00:00
"@shopify/cli": "3.69.3"
2024-07-05 12:56:27 +00:00
}
}