@curless/shopify-storefront 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +0 -0
- package/package.json +10 -11
package/dist/index.js
CHANGED
|
File without changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@curless/shopify-storefront",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "One Shopify storefront MCP connector, driven by a config file. Identity, tool names, vocabulary and shop wiring come from a StorefrontConfig, so a second merchant is a JSON file rather than a fork of 3,400 lines.",
|
|
6
6
|
"keywords": [
|
|
@@ -28,17 +28,10 @@
|
|
|
28
28
|
"publishConfig": {
|
|
29
29
|
"access": "public"
|
|
30
30
|
},
|
|
31
|
-
"scripts": {
|
|
32
|
-
"build": "tsc",
|
|
33
|
-
"typecheck": "tsc --noEmit",
|
|
34
|
-
"test": "vitest run --passWithNoTests",
|
|
35
|
-
"clean": "rm -rf dist",
|
|
36
|
-
"prepublishOnly": "npm run clean && npm run build"
|
|
37
|
-
},
|
|
38
31
|
"dependencies": {
|
|
39
|
-
"@curless/shopify-adapter": "workspace:^",
|
|
40
32
|
"@hono/node-server": "^1.13.7",
|
|
41
|
-
"hono": "^4.13.3"
|
|
33
|
+
"hono": "^4.13.3",
|
|
34
|
+
"@curless/shopify-adapter": "^0.9.2"
|
|
42
35
|
},
|
|
43
36
|
"devDependencies": {
|
|
44
37
|
"@modelcontextprotocol/ext-apps": "^1.7.4",
|
|
@@ -49,5 +42,11 @@
|
|
|
49
42
|
"vite": "^6.0.0",
|
|
50
43
|
"vite-plugin-singlefile": "^2.3.0",
|
|
51
44
|
"vitest": "^3.2.6"
|
|
45
|
+
},
|
|
46
|
+
"scripts": {
|
|
47
|
+
"build": "tsc",
|
|
48
|
+
"typecheck": "tsc --noEmit",
|
|
49
|
+
"test": "vitest run --passWithNoTests",
|
|
50
|
+
"clean": "rm -rf dist"
|
|
52
51
|
}
|
|
53
|
-
}
|
|
52
|
+
}
|