UNPKG

@gramio/storage

Version:

Storage core for GramIO with in memory built-in

33 lines (32 loc) 828 B
{ "name": "@gramio/storage", "version": "2.0.1", "description": "Storage core for GramIO with in memory built-in", "main": "./dist/index.cjs", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" }, "require": { "types": "./dist/index.d.cts", "default": "./dist/index.cjs" } }, "type": "module", "homepage": "https://github.com/gramiojs/storages", "readme": "https://gramio.dev/storages", "scripts": { "prepublishOnly": "bunx tsc && bun test && bun ./scripts/release-jsr.ts && bunx pkgroll" }, "keywords": ["gramio", "telegram-bot-api", "storage", "in-memory"], "devDependencies": { "@types/bun": "^1.1.1", "pkgroll": "^2.5.1", "typescript": "^5.7.2" }, "license": "MIT", "files": ["dist"] }