{ "name": "@atproto-labs/rollup-plugin-bundle-manifest", "version": "0.1.0", "license": "MIT", "description": "Library for generating a manifest of bundled files from a Rollup build", "keywords": [ "atproto", "rollup", "manifest" ], "homepage": "https://atproto.com", "repository": { "type": "git", "url": "https://github.com/bluesky-social/atproto", "directory": "packages/internal/rollup-plugin-bundle-manifest" }, "type": "commonjs", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "dependencies": { "mime": "^3.0.0" }, "peerDependencies": { "rollup": "^4.0.0" }, "devDependencies": { "rollup": "^4.10.0", "typescript": "^5.6.3" }, "scripts": { "build": "tsc --build tsconfig.json" } }