UNPKG

@storecraft/sdk-react-hooks

Version:

Official Storecraft Javascript SDK React Hooks

34 lines (33 loc) 846 B
{ "name": "@storecraft/sdk-react-hooks", "version": "1.3.0", "description": "Official Storecraft Javascript SDK React Hooks", "license": "MIT", "author": "Tomer Shalev (https://github.com/store-craft)", "homepage": "https://github.com/store-craft/storecraft", "repository": { "type": "git", "url": "https://github.com/store-craft/storecraft.git", "directory": "packages/sdk-react-hooks" }, "keywords": [ "commerce", "dashboard", "code", "storecraft" ], "scripts": { "sdk-react-hooks:test": "echo \"Error: no test specified\" && exit 1", "test": "npm run sdk-react-hooks:test" }, "type": "module", "types": "./types.d.ts", "main": "./index.js", "dependencies": { "@storecraft/sdk": "^1.0.0" }, "peerDependencies": { "react": "18.2.0", "react-dom": "18.2.0" } }