{
  "name": "@grammyjs/storage-free",
  "version": "2.5.1",
  "private": false,
  "description": "Storage adapter for grammY's free sessions",
  "main": "./dist/cjs/mod.js",
  "module": "./dist/esm/mod.js",
  "exports": {
    ".": {
      "import": "./dist/esm/mod.js",
      "require": "./dist/cjs/mod.js"
    }
  },
  "types": "./dist/esm/mod.d.ts",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/grammyjs/storages.git"
  },
  "files": [
    "README.md",
    "dist",
    "package.json",
    "LICENSE"
  ],
  "author": "",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/grammyjs/storages/issues"
  },
  "homepage": "https://github.com/grammyjs/storages/packages/free#readme",
  "dependencies": {
    "node-fetch": "^2.6.6"
  },
  "devDependencies": {
    "@types/node-fetch": "^2.6.11"
  },
  "keywords": [
    "grammy",
    "telegram",
    "bot",
    "session",
    "storage",
    "adapter",
    "middleware",
    "free"
  ],
  "gitHead": "a7758c4f957f103a14832088c6858d693c444576",
  "scripts": {
    "test:deno": "echo \"Error: no tests found\"",
    "prebuild": "rimraf dist",
    "build": "deno2node tsconfig.cjs.json && deno2node tsconfig.esm.json && pnpm postbuild",
    "postbuild": "tsx ../../tools/postBuildFixup.ts --path=dist"
  }
}