UNPKG

nextjs-bundle-analysis

Version:

Analyzes each PR's impact on your next.js app's bundle size and displays it using a comment

54 lines (53 loc) 1.29 kB
{ "name": "nextjs-bundle-analysis", "version": "0.5.0", "description": "Analyzes each PR's impact on your next.js app's bundle size and displays it using a comment", "bin": { "generate": "./generate.js", "report": "./report.js", "compare": "./compare.js" }, "scripts": { "test": "jest", "release": "changeset publish", "release:canary": "changeset publish --tag canary" }, "repository": { "type": "git", "url": "git+https://github.com/hashicorp/nextjs-bundle-analysis.git" }, "keywords": [ "next", "nextjs", "bundle", "analysis", "github", "action" ], "author": "Jeff Escalante", "license": "MPL-2.0", "jest": { "testPathIgnorePatterns": [ "/node_modules/", "/__fixtures__/" ] }, "bugs": { "url": "https://github.com/hashicorp/nextjs-bundle-analysis/issues" }, "homepage": "https://github.com/hashicorp/nextjs-bundle-analysis#readme", "dependencies": { "filesize": "^7.0.0", "gzip-size": "^6.0.0", "inquirer": "^8.1.1", "mkdirp": "^1.0.4", "number-to-words": "^1.2.4" }, "devDependencies": { "@changesets/changelog-github": "^0.4.8", "@changesets/cli": "^2.26.1", "jest": "^27.0.6", "release": "^6.3.0", "rimraf": "^3.0.2" } }