mirror of
https://github.com/vercel/next.js.git
synced 2026-09-20 02:25:18 +08:00
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"name": "@next/bundle-analyzer",
|
|
"version": "16.4.0-canary.36",
|
|
"main": "index.js",
|
|
"types": "index.d.ts",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"url": "vercel/next.js",
|
|
"directory": "packages/next-bundle-analyzer"
|
|
},
|
|
"dependencies": {
|
|
"webpack-bundle-analyzer": "4.10.1"
|
|
},
|
|
"scripts": {
|
|
"pack-for-isolated-tests": "pnpm pack --out ./packed.tgz"
|
|
}
|
|
}
|