UNPKG

@azure-utils/storybooks

Version:

Utils to upload and manage Storybooks via Azure Functions and storage.

82 lines (81 loc) 2.02 kB
{ "name": "@azure-utils/storybooks", "version": "0.2.2", "type": "module", "description": "Utils to upload and manage Storybooks via Azure Functions and storage.", "author": { "name": "Siddhant Gupta", "url": "https://guptasiddhant.com" }, "repository": { "type": "git", "url": "https://github.com/guptasiddhant/azure-utils", "directory": "packages/storybooks" }, "license": "MIT", "bugs": { "url": "https://github.com/guptasiddhant/azure-utils/issues" }, "publishConfig": { "access": "public" }, "files": [ "dist", "src" ], "keywords": [ "azure", "functions", "azure-functions", "storybook", "storybooks", "chromatic", "storage", "blob", "upload", "table", "compress" ], "sideEffects": false, "exports": { "./package.json": "./package.json", ".": { "internal": "./src/index.ts", "types": "./dist/index.d.ts", "require": "./dist/index.cjs", "default": "./dist/index.mjs" } }, "main": "./start.mjs", "scripts": { "azurite": "npx -y azurite --skipApiVersionCheck -s -l ./.azurite", "build": "rolldown -c ../../scripts/rolldown.config.ts", "bump": "node ../../scripts/bump-version.mjs", "dev": "rolldown -c ../../scripts/rolldown.config.ts --watch", "clear": "rm -rf coverage dist & true", "jsr:publish": "npx -y jsr publish", "start": "func start", "test": "xss-scan", "verify": "yarn clear; yarn build" }, "dependencies": { "@azure/data-tables": "^13.0.0", "@azure/functions": "^4.0.0", "@azure/storage-blob": "^12.0.0", "@kitajs/html": "^4.2.9", "decompress": "^4.0.0", "zod-openapi": "^5.3.0" }, "devDependencies": { "@kitajs/ts-html-plugin": "^4.1.1", "@types/decompress": "^4.2.7", "@types/node": "^22.16.5", "glob": "^10.0.0", "rolldown": "latest", "typescript": "^5.8.3", "zod": "^4.0.10" }, "peerDependencies": { "zod": "^3.25.0 || ^4.0.0" } }