@nosto/shopify-hydrogen
Version:
Component library to implement Nosto within Shopify Hydrogen
43 lines (42 loc) • 952 B
JSON
{
"name": "@nosto/shopify-hydrogen",
"description": "Component library to implement Nosto within Shopify Hydrogen",
"author": "Dominik Gilg",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/Nosto/shopify-hydrogen.git"
},
"keywords": [
"nosto",
"personalisation",
"shopify",
"hydrogen"
],
"version": "2.2.5",
"files": [
"dist",
"src"
],
"type": "module",
"module": "./src/index.js",
"exports": {
".": "./src/index.js"
},
"dependencies": {
"@nosto/nosto-react": "^2.7.0",
"crypto-es": "^2.1.0"
},
"peerDependencies": {
"@remix-run/react": "^2.10.3",
"@shopify/hydrogen": "^2024.7.4"
},
"bugs": {
"url": "https://github.com/Nosto/shopify-hydrogen/issues"
},
"homepage": "https://github.com/Nosto/shopify-hydrogen#readme",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}