{
  "name": "next-use-cart",
  "version": "1.0.5",
  "main": "index.js",
  "scripts": {
    "build": "npx tsc && npx babel src --out-dir dist --extensions '.ts,.tsx'",
    "watch": "npx tsc --watch"
  },
  "keywords": [
    "Cart",
    "Market",
    "ECommerce",
    "Business",
    "Next Cart",
    "React Cart"
  ],
  "author": "Ahnaf",
  "license": "ISC",
  "description": "Next React Cart",
  "dependencies": {
    "react": "^18.3.1"
  },
  "devDependencies": {
    "@babel/cli": "^7.24.8",
    "@babel/core": "^7.14.6",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-react": "^7.24.7",
    "@babel/preset-typescript": "^7.24.7",
    "babel-loader": "^9.1.3",
    "@types/prop-types": "^15.7.12",
    "@types/react": "^18.3.3",
    "typescript": "^5.5.3"
  }
}
