{
  "name": "chrome-cookies-secure",
  "version": "3.0.2",
  "description": "Extract encrypted Google Chrome cookies for a url on a Mac, Linux or Windows",
  "types": "index.d.ts",
  "keywords": [
    "google",
    "chrome",
    "cookies",
    "encrypted",
    "curl",
    "decrypt",
    "encrypt",
    "extract"
  ],
  "main": "index.js",
  "scripts": {
    "test": "mocha tests/index.test.js -t 5000"
  },
  "author": "Bertrand Fan <bert@bert.org> (https://bert.org/), Reece Daniels <rubengmurray@gmail.com>",
  "license": "MIT",
  "os": [
    "darwin",
    "linux",
    "win32"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bertrandom/chrome-cookies-secure.git"
  },
  "dependencies": {
    "int": "0.2.0",
    "sqlite3": "5.1.7",
    "tldjs": "2.3.1",
    "tough-cookie": "5.1.2"
  },
  "optionalDependencies": {
    "keytar": "7.9.0",
    "win-dpapi": "1.1.0"
  },
  "devDependencies": {
    "@types/joi": "14.3.1",
    "joi": "14.3.1",
    "mocha": "8.4.0"
  },
  "engines": {
    "node": ">=12.18.4"
  }
}
