Created 10 detailed GitHub issues covering: - Project activation and management UI (#1-2) - Worker node coordination and visualization (#3-4) - Automated GitHub repository scanning (#5) - Intelligent model-to-issue matching (#6) - Multi-model task execution system (#7) - N8N workflow integration (#8) - Hive-Bzzz P2P bridge (#9) - Peer assistance protocol (#10) Each issue includes detailed specifications, acceptance criteria, technical implementation notes, and dependency mapping. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
78 lines
1.8 KiB
JSON
78 lines
1.8 KiB
JSON
{
|
|
"name": "@storybook/csf-plugin",
|
|
"version": "9.0.16",
|
|
"description": "Enrich CSF files via static analysis",
|
|
"keywords": [
|
|
"storybook"
|
|
],
|
|
"homepage": "https://github.com/storybookjs/storybook/tree/next/code/lib/csf-plugin",
|
|
"bugs": {
|
|
"url": "https://github.com/storybookjs/storybook/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/storybookjs/storybook.git",
|
|
"directory": "code/lib/csf-plugin"
|
|
},
|
|
"funding": {
|
|
"type": "opencollective",
|
|
"url": "https://opencollective.com/storybook"
|
|
},
|
|
"license": "MIT",
|
|
"sideEffects": false,
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"node": "./dist/index.js",
|
|
"import": "./dist/index.mjs",
|
|
"require": "./dist/index.js"
|
|
},
|
|
"./dist/webpack-loader": {
|
|
"types": "./dist/webpack-loader.d.ts",
|
|
"node": "./dist/webpack-loader.js",
|
|
"import": "./dist/webpack-loader.mjs",
|
|
"require": "./dist/webpack-loader.js"
|
|
},
|
|
"./package.json": "./package.json"
|
|
},
|
|
"main": "dist/index.js",
|
|
"module": "dist/index.mjs",
|
|
"types": "dist/index.d.ts",
|
|
"files": [
|
|
"dist/**/*",
|
|
"README.md",
|
|
"*.js",
|
|
"*.d.ts",
|
|
"!src/**/*"
|
|
],
|
|
"scripts": {
|
|
"check": "jiti ../../../scripts/prepare/check.ts",
|
|
"prep": "jiti ../../../scripts/prepare/bundle.ts"
|
|
},
|
|
"dependencies": {
|
|
"unplugin": "^1.3.1"
|
|
},
|
|
"devDependencies": {
|
|
"typescript": "^5.8.3"
|
|
},
|
|
"peerDependencies": {
|
|
"storybook": "^9.0.16"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"bundler": {
|
|
"entries": [
|
|
"./src/index.ts",
|
|
"./src/webpack-loader.ts"
|
|
],
|
|
"externals": [
|
|
"webpack",
|
|
"vite",
|
|
"rollup",
|
|
"esbuild"
|
|
],
|
|
"platform": "node"
|
|
},
|
|
"gitHead": "e6a7fd8a655c69780bc20b9749c2699e44beae16"
|
|
} |