@chmoyle-conga/graphql-cart
Version:
Cart module for realtime subscriptions to conga cart
36 lines (35 loc) • 945 B
JSON
{
"name": "@chmoyle-conga/graphql-cart",
"version": "1.0.41",
"description": "Cart module for realtime subscriptions to conga cart",
"main": "index.js",
"scripts": {
"prebuild:publish": "rimraf -I dist",
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc && npm run copy",
"build:publish": "npm run build && npm version patch && npm run copy && npm --prefix dist run pub",
"copy": "shx cp package.json dist/package.json",
"pub": "npm publish --access public"
},
"keywords": [
"conga",
"cart",
"graphql"
],
"author": "conga",
"license": "ISC",
"dependencies": {
"@apollo/client": "^3.9.2",
"graphql": "^16.8.1",
"graphql-sse": "^2.5.2",
"graphql-ws": "^5.14.3",
"jwt-decode": "^4.0.0",
"lodash": "^4.17.21"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"rimraf": "^5.0.5",
"shx": "^0.3.4"
},
"types": "./index.d.ts"
}