UNPKG

yudodo-card

Version:

Custom Element for reusable product cards with quantity controls and add-to-cart event support.

49 lines (48 loc) 1.15 kB
{ "name": "yudodo-card", "version": "1.0.3", "description": "Custom Element for reusable product cards with quantity controls and add-to-cart event support.", "main": "main.js", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "git+https://github.com/yudododo/yudodo-card.git" }, "keywords": [ "product-card", "custom-element", "web-components", "add-to-cart", "shadow-dom", "reusable-ui" ], "author": "yudododo", "license": "ISC", "bugs": { "url": "https://github.com/yudododo/yudodo-card/issues" }, "homepage": "https://github.com/yudododo/yudodo-card#readme", "devDependencies": { "@babel/preset-env": "^7.27.2", "@testing-library/jest-dom": "^6.6.3", "babel-jest": "^30.0.0", "jest": "^30.0.0", "jest-environment-jsdom": "^30.0.0" }, "jest": { "testEnvironment": "jsdom", "transform": { "^.+\\.(js|jsx)$": "babel-jest" }, "setupFilesAfterEnv": [ "@testing-library/jest-dom" ] }, "babel": { "presets": [ "@babel/preset-env" ] } }