rsnext/packages/next-plugin-storybook/package.json
2023-02-25 12:51:34 -08:00

14 lines
307 B
JSON

{
"name": "@next/plugin-storybook",
"version": "13.2.2-canary.1",
"repository": {
"url": "vercel/next.js",
"directory": "packages/next-plugin-storybook"
},
"scripts": {
"test-pack": "cd ../../ && pnpm test-pack next-plugin-storybook"
},
"peerDependencies": {
"next": "*"
}
}