{
  "name": "@coinbase/cookie-manager",
  "version": "1.1.8",
  "description": "Coinbase Cookie Manager",
  "main": "dist/index.js",
  "license": "Apache-2.0",
  "scripts": {
    "build": "rimraf ./dist && tsc",
    "lint": "eslint . --ext .ts,.tsx --fix",
    "test": "jest"
  },
  "devDependencies": {
    "@testing-library/react": "^14.1.1",
    "@types/jest": "^29.5.8",
    "@types/js-cookie": "^3.0.5",
    "@types/node": "^20.8.9",
    "@types/react": "^18.2.33",
    "jest": "^29.7.0",
    "jest-environment-jsdom": "^29.7.0",
    "react": "^18.2.0",
    "rimraf": "^5.0.5",
    "ts-jest": "^29.1.1",
    "ts-node": "^10.9.1",
    "typescript": "^5.2.2",
    "wrap-ansi": "^7.0.0",
    "wrap-ansi-cjs": "7.0.0"
  },
  "dependencies": {
    "js-cookie": "^3.0.5"
  }
}
