@spree/storefront-api-v2-sdk
Version:
Node module to easily integrate your JavaScript or TypeScript application with Spree API V2. You can create an entirely custom Storefront in JS/TS with this package including one page checkout, Single Page Apps, PWAs and so on
19 lines (18 loc) • 401 B
JSON
{
"name": "cy-express",
"version": "0.0.0",
"private": true,
"type": "module",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"@spree/storefront-api-v2-sdk": "file:/sdk/storefront-api-v2-sdk.tgz",
"axios": "^0.25.0",
"express": "^4.17.1",
"node-fetch": "^2.6.7"
}
}