|
| 1 | +{ |
| 2 | + "name": "@storybooker/redis", |
| 3 | + "version": "0.17.1", |
| 4 | + "type": "module", |
| 5 | + "description": "StoryBooker Adapter for interacting with Redis services.", |
| 6 | + "author": { |
| 7 | + "name": "Siddhant Gupta", |
| 8 | + "url": "https://guptasiddhant.com" |
| 9 | + }, |
| 10 | + "homepage": "https://storybooker.js.org", |
| 11 | + "repository": { |
| 12 | + "type": "git", |
| 13 | + "url": "https://github.com/guptasiddhant/storybooker", |
| 14 | + "directory": "packages/redis" |
| 15 | + }, |
| 16 | + "license": "MIT", |
| 17 | + "bugs": { |
| 18 | + "url": "https://github.com/guptasiddhant/storybooker/issues" |
| 19 | + }, |
| 20 | + "files": [ |
| 21 | + "src", |
| 22 | + "dist" |
| 23 | + ], |
| 24 | + "engines": { |
| 25 | + "node": ">=22.0.0" |
| 26 | + }, |
| 27 | + "sideEffects": false, |
| 28 | + "keywords": [ |
| 29 | + "functions", |
| 30 | + "storybook", |
| 31 | + "storybooks", |
| 32 | + "storybooker", |
| 33 | + "chromatic", |
| 34 | + "storage", |
| 35 | + "blob", |
| 36 | + "upload", |
| 37 | + "table", |
| 38 | + "compress", |
| 39 | + "builds", |
| 40 | + "labels", |
| 41 | + "projects", |
| 42 | + "redis", |
| 43 | + "valkey", |
| 44 | + "database" |
| 45 | + ], |
| 46 | + "exports": { |
| 47 | + "./big-table": { |
| 48 | + "source": "./src/big-table.ts", |
| 49 | + "default": "./dist/big-table.js" |
| 50 | + }, |
| 51 | + "./firestore": { |
| 52 | + "source": "./src/firestore.ts", |
| 53 | + "default": "./dist/firestore.js" |
| 54 | + }, |
| 55 | + "./storage": { |
| 56 | + "source": "./src/storage.ts", |
| 57 | + "default": "./dist/storage.js" |
| 58 | + }, |
| 59 | + "./package.json": "./package.json" |
| 60 | + }, |
| 61 | + "scripts": { |
| 62 | + "build": "tsdown", |
| 63 | + "check": "tsgo --noEmit", |
| 64 | + "dev": "tsdown -w ./src", |
| 65 | + "fmt": "prettier src --write --config ../../.prettierrc", |
| 66 | + "lint": "oxlint --type-aware ./src", |
| 67 | + "lint:fix": "yarn lint --fix" |
| 68 | + }, |
| 69 | + "dependencies": { |
| 70 | + "@storybooker/core": "workspace:" |
| 71 | + }, |
| 72 | + "devDependencies": { |
| 73 | + "@types/node": "^22.0.0", |
| 74 | + "@typescript/native-preview": "^7.0.0-dev.20251024.1", |
| 75 | + "oxlint": "^1.24.0", |
| 76 | + "oxlint-tsgolint": "^0.3.0", |
| 77 | + "prettier": "^3.6.2", |
| 78 | + "redis": "^5.10.0", |
| 79 | + "tsdown": "^0.15.9" |
| 80 | + }, |
| 81 | + "peerDependencies": { |
| 82 | + "redis": "^5.10.0" |
| 83 | + }, |
| 84 | + "peerDependenciesMeta": { |
| 85 | + "redis": { |
| 86 | + "optional": true |
| 87 | + } |
| 88 | + }, |
| 89 | + "main": "./dist/storage.cjs", |
| 90 | + "module": "./dist/storage.js", |
| 91 | + "types": "./dist/storage.d.cts", |
| 92 | + "publishConfig": { |
| 93 | + "exports": { |
| 94 | + "./big-table": "./dist/big-table.js", |
| 95 | + "./firestore": "./dist/firestore.js", |
| 96 | + "./storage": "./dist/storage.js", |
| 97 | + "./package.json": "./package.json" |
| 98 | + } |
| 99 | + } |
| 100 | +} |
0 commit comments