@reflowhq/cart
Version:
Shopping Cart management library for Reflow
46 lines (45 loc) • 1.06 kB
JSON
{
"name": "@reflowhq/cart",
"version": "3.0.1",
"description": "Shopping Cart management library for Reflow",
"type": "module",
"directories": {
"test": "tests"
},
"keywords": [
"shopping",
"cart",
"ecomerce",
"vanilla-js"
],
"author": "Reflow HQ",
"license": "MIT",
"dependencies": {
"@formatjs/icu-messageformat-parser": "^2.6.0",
"intl-messageformat": "^10.3.0",
"lodash.debounce": "^4.0.8"
},
"scripts": {
"test": "NODE_OPTIONS=--experimental-vm-modules jest",
"npm-package-test": "cd tests && ./npm.test.sh",
"build": "node build.cjs",
"prepublishOnly": "../prepublish.sh"
},
"devDependencies": {
"jest": "^29.4.3",
"jest-environment-jsdom": "^29.4.3",
"prettier": "^2.8.4"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reflow-hq/libs.git"
},
"bugs": {
"url": "https://github.com/reflow-hq/libs/issues"
},
"homepage": "https://github.com/reflow-hq/libs#readme",
"main": "dist/index.js",
"files": [
"dist"
]
}