{
  "name": "senangwebs-buy",
  "version": "1.3.8",
  "description": "Lightweight JavaScript library that that enables easy implementation of e-commerce functionality through HTML attributes",
  "main": "index.js",
  "directories": {
    "example": "examples"
  },
  "scripts": {
    "build": "webpack",
    "dev": "webpack --mode development --watch",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "buy",
    "e-commerce",
    "web",
    "customizable"
  ],
  "author": "a-hakim",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.25.8",
    "@babel/preset-env": "^7.25.8",
    "babel-loader": "^9.2.1",
    "css-loader": "^7.1.2",
    "esbuild-loader": "^4.4.2",
    "mini-css-extract-plugin": "^2.9.1",
    "style-loader": "^4.0.0",
    "webpack": "^5.95.0",
    "webpack-cli": "^5.1.4"
  },
  "dependencies": {
    "@bookklik/senangstart-icons": "^1.0.12"
  }
}
