{"_id":"@tevm/config","_rev":"31-79a18094019b1dc34989e94be23ad3cd","name":"@tevm/config","dist-tags":{"next":"1.0.0-next.17","latest":"1.0.0-next.148","rc":"1.0.0-rc.151"},"versions":{"1.0.0-next.17":{"name":"@tevm/config","version":"1.0.0-next.17","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.17","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c269d71d710a037f00211188b78a14c79ecd9ce3","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.17.tgz","fileCount":83,"integrity":"sha512-LgUPT5jmfrXim5vE11iK/gWs4/kIvG9KldOTy1I9gPCCg/mfYYoPTsnAnwYn83Fc3dN2ez7CH4PBNkU7q+xU7w==","signatures":[{"sig":"MEUCIQDL6GY104G/3X6LlM0PdC8LyRubhgEWy9/4aOmVMBs1igIgL6o9cGsBaNoRvjOXKs0u9XelbfOAt6OJa6z7T2xC9gg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":247541},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.17.tgz","types":"types/src/index.d.ts","module":"src/index.js","exports":{".":{"types":"./types/src/index.d.ts","import":"./src/index.js","default":"./dist/index.cjs","require":"./dist/index.cjs"},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","build:dist":"bun run tsup","lint:check":"rome check . --verbose","build:types":"bun run tsc --emitDeclarationOnly --declaration --declarationMap","format:check":"rome format .","generate:docs":"bun run typedoc","test:coverage":"bun run vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/9ac18ec1dbb103f5a9d86435911efc16/tevm-config-1.0.0-next.17.tgz","_integrity":"sha512-LgUPT5jmfrXim5vE11iK/gWs4/kIvG9KldOTy1I9gPCCg/mfYYoPTsnAnwYn83Fc3dN2ez7CH4PBNkU7q+xU7w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.1.0","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"viem":"^1.18.1","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.0.0-next.9","jsonc-parser":"^3.2.0","@effect/schema":"0.47.7","bundle-require":"^4.0.2"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"zod":"^3.22.4","rome":"^12.1.3","tsup":"^7.2.0","vitest":"^0.34.6","typedoc":"^0.25.3","@vitest/ui":"^0.34.6","typescript":"^5.2.2","@tevm/tsconfig":"^1.0.0-next.5","@vitest/coverage-v8":"^0.34.6","typedoc-plugin-markdown":"^3.16.0"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.17_1701838436023_0.17446493574455335","host":"s3://npm-registry-packages"}},"1.0.0-next.21":{"name":"@tevm/config","version":"1.0.0-next.21","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.21","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"90e2f9090a4d10d38d216e49424e4057f33fc161","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.21.tgz","fileCount":44,"integrity":"sha512-s1Mq9MrhP9T9GYHtiXjl6N7r9HYy0xOAPajsjCaZy/26XMJh+RghBC4knWaU8KF1z6ksG5pWrwkNIC4Aob2g6g==","signatures":[{"sig":"MEUCIQCFuE3O3efc8pqq64mw26xjmJ/vchOStd2TxxsqkIfWdAIgeXJeksI+y02D6OYQYnoz8bbxRoU/JAK6SzTzQa3aX5w=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":183572},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.21.tgz","types":"dist/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./dist/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/0418ab7bbaa58f673bb601f42df03849/tevm-config-1.0.0-next.21.tgz","_integrity":"sha512-s1Mq9MrhP9T9GYHtiXjl6N7r9HYy0xOAPajsjCaZy/26XMJh+RghBC4knWaU8KF1z6ksG5pWrwkNIC4Aob2g6g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.1.0","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.0.0-next.21","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.5","@tevm/tsupconfig":"^1.0.0-next.5"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.21_1704662048568_0.3466321845885094","host":"s3://npm-registry-packages"}},"1.0.0-next.23":{"name":"@tevm/config","version":"1.0.0-next.23","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.23","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c384dbe2078c8035d9f30ad8b1256a22a8995d92","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.23.tgz","fileCount":92,"integrity":"sha512-euR3XViIzhcUHZhV6uleST0KNgPDvn8wEJ5MtVU6yFJuU2n7h3v1Pd6IwdVhs6DvIkavIeXb68j09T5QhQzzgg==","signatures":[{"sig":"MEUCIQCTe8KNeSIOArYRW/YMAmRrgEKWFcZNHd9eOEPllL+fNQIgEEwFvM5CzvDgRGR5xdZ59Ix4esY6D7UL0ze6MUAt438=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":198588},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.23.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/b35796fe3a7c00b59017635e86790811/tevm-config-1.0.0-next.23.tgz","_integrity":"sha512-euR3XViIzhcUHZhV6uleST0KNgPDvn8wEJ5MtVU6yFJuU2n7h3v1Pd6IwdVhs6DvIkavIeXb68j09T5QhQzzgg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.1.0","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.0.0-next.23","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.23","@tevm/tsupconfig":"^1.0.0-next.23"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.23_1705897225022_0.5377752532722111","host":"s3://npm-registry-packages"}},"1.0.0-next.28":{"name":"@tevm/config","version":"1.0.0-next.28","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.28","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"674035032b0f103c0ea9780987e342ec8c1e80d7","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.28.tgz","fileCount":92,"integrity":"sha512-tRhhqIslmOHxJA8HkJXnBItNd87eglhu0quld560CYdjwPrghTd+oLeYYppr/maaMdrGWSnJqT3CAms0NQS51g==","signatures":[{"sig":"MEYCIQDGKjvPBac8v1Oc8nqKNcuiFUaTnUapwq2s/oS/Ve304QIhAPmYdub7mlBo4YP/TTI4x1MwYVbB71TSxH+TFbn/SeYW","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":198588},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.28.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/8e5869518f4244d71b87612a8d817a49/tevm-config-1.0.0-next.28.tgz","_integrity":"sha512-tRhhqIslmOHxJA8HkJXnBItNd87eglhu0quld560CYdjwPrghTd+oLeYYppr/maaMdrGWSnJqT3CAms0NQS51g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.1.0","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.0.0-next.28","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.28","@tevm/tsupconfig":"^1.0.0-next.28"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.28_1707513946959_0.059680792496192625","host":"s3://npm-registry-packages"}},"1.0.0-next.40":{"name":"@tevm/config","version":"1.0.0-next.40","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.40","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"319e83f29f7df49f48ce4a852818a6b0e1961ffb","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.40.tgz","fileCount":92,"integrity":"sha512-UtSC46AqWbGoX9K4Gr+77Wu9wBAz4TmkVI5uDUQRJV1ptjgUq9n60NyuWkNjEoaCrJXZm6tRUGAKQ/vj/OkVNw==","signatures":[{"sig":"MEUCIQC4se5sBleoOJtcH/EdkxUEGdh17iCog0xhiyB7VolrDQIgSgY5DaEr+kR27OuY/lyY6+cAYRnAj9vOi+RojbEQeZg=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":198588},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.40.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c425ed2505fe6bca9fb5f695a14039ce/tevm-config-1.0.0-next.40.tgz","_integrity":"sha512-UtSC46AqWbGoX9K4Gr+77Wu9wBAz4TmkVI5uDUQRJV1ptjgUq9n60NyuWkNjEoaCrJXZm6tRUGAKQ/vj/OkVNw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.1.0","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.0.0-next.40","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.40_1708399106166_0.40255938538844593","host":"s3://npm-registry-packages"}},"1.0.0-next.41":{"name":"@tevm/config","version":"1.0.0-next.41","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.41","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"092893acf2265d6f340adba26f4a8a94bea3f9cc","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.41.tgz","fileCount":92,"integrity":"sha512-90CF2T3gCey5x/NrO8ZXr0ULZvBp1PA4//wbo4y1UEwogNbqrhPrUZDxuwktl99Zdh9Qq2hG4nMe+3evx4ITCQ==","signatures":[{"sig":"MEQCIFJIgG3/qeNPheSuq1WPm4o/6mLH0f7j0Xj9tU+Dg6S2AiBeYPxWEY8gaygGOQmLktBU47seefk135OOrqwttHpgxQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":200274},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.41.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"rome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"rome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"rome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"rome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/479de3bd17879137639c5a514f0e0285/tevm-config-1.0.0-next.41.tgz","_integrity":"sha512-90CF2T3gCey5x/NrO8ZXr0ULZvBp1PA4//wbo4y1UEwogNbqrhPrUZDxuwktl99Zdh9Qq2hG4nMe+3evx4ITCQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.1.0","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.9.0","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.0.0-next.40","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.40","@tevm/tsupconfig":"^1.0.0-next.40"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.41_1708824934720_0.695980507668291","host":"s3://npm-registry-packages"}},"1.1.0-next.47":{"name":"@tevm/config","version":"1.1.0-next.47","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.47","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a202711f304066e9eda4e5ab5f31d493140d9e9b","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.47.tgz","fileCount":92,"integrity":"sha512-uXZI/3A++5nSO4ehjzjponnnLZKvYs4/KVUimKDhJV6ygCamuqPAnOlvQ0TiriTPaaAtt90b5OnUwofhsxmy0w==","signatures":[{"sig":"MEYCIQCuaU6U1/e/vEnW/rVAqPACnzPpIp2WFxQnvbT5x+l+2wIhAI2LPHNVA9uIGY5EfsL/8SCsqwvC039x4bMUJR83NEpH","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197313},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.47.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/353841bc82845810f0f4bef8a9ad4fca/tevm-config-1.1.0-next.47.tgz","_integrity":"sha512-uXZI/3A++5nSO4ehjzjponnnLZKvYs4/KVUimKDhJV6ygCamuqPAnOlvQ0TiriTPaaAtt90b5OnUwofhsxmy0w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.1.0-next.47","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.47","@tevm/tsupconfig":"^1.1.0-next.47"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.47_1715614600123_0.9226970792609561","host":"s3://npm-registry-packages"}},"1.1.0-next.52":{"name":"@tevm/config","version":"1.1.0-next.52","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.52","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4c9019938290e8f9ab53d02a82cb317491de0bf1","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.52.tgz","fileCount":92,"integrity":"sha512-lQnBMqjbfpl5eacID08eagIoxzruEM6Q49E21KpNjDE8WozDB75Zhs/SKWoujz0tgUyCuiQSO2kP3d7x9aps7g==","signatures":[{"sig":"MEUCICYLcmWb97Cv3iBeDuk3q4XRoqxSmDrT0+KFlF+y7b/VAiEAvFcOgASexjpl0Eec7wTsTNgiFpnhAAQSxQ6kyO5lHio=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197313},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.52.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/952db59f60b427016d5d6d14de9e29fc/tevm-config-1.1.0-next.52.tgz","_integrity":"sha512-lQnBMqjbfpl5eacID08eagIoxzruEM6Q49E21KpNjDE8WozDB75Zhs/SKWoujz0tgUyCuiQSO2kP3d7x9aps7g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.1.0-next.52","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.52","@tevm/tsupconfig":"^1.1.0-next.52"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.52_1715900702850_0.7380546708810658","host":"s3://npm-registry-packages"}},"1.1.0-next.60":{"name":"@tevm/config","version":"1.1.0-next.60","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.60","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"97ed6f2c5dfc57044deae7950f0ee424d4169814","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.60.tgz","fileCount":92,"integrity":"sha512-57EYRXnCSoTMfmyXgYjss39jhIHZkoXWeyqQZh9K9ozV0rryAejZ8/NFzcYTJJ/Nt7YRGG/Cz1CjXZTYGu7BjQ==","signatures":[{"sig":"MEUCIQDYaZu5BP70O/4juSzxbCZE4ybKUvEnySLhs7/FSsN8HQIgFxsqQ2LBiJ9mIQNOFNKr5GoXRvDNQ5m1eUsQGQYDf6g=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197313},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.60.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/711c9f7c2a165a29f83a533094966bef/tevm-config-1.1.0-next.60.tgz","_integrity":"sha512-57EYRXnCSoTMfmyXgYjss39jhIHZkoXWeyqQZh9K9ozV0rryAejZ8/NFzcYTJJ/Nt7YRGG/Cz1CjXZTYGu7BjQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.1.0-next.60","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.60","@tevm/tsupconfig":"^1.1.0-next.60"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.60_1716561676465_0.3553333624579762","host":"s3://npm-registry-packages"}},"1.1.0-next.69":{"name":"@tevm/config","version":"1.1.0-next.69","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.69","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"cce4ab8ff2ddcce2f6d205e04bf4ae08fa7ce896","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.69.tgz","fileCount":92,"integrity":"sha512-N44B9y/CC2UnzMLg2YLjv4UKqnjW0whvZk7XDlY9r8Ngcb2hTpeEf5TP2luMpwKTK7xPN2DKDfTXt9AYUYvyEQ==","signatures":[{"sig":"MEYCIQDayVq1cS8wsz6OjhzgDbckXeNQAFx0hRol8yCdCEMsSwIhAPBNKjO0c1uXK8qydTcs8QG2bzwMug44xRtO5wfva7SK","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197268},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.69.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/224386b8067f0819d8e182c0a01acdf9/tevm-config-1.1.0-next.69.tgz","_integrity":"sha512-N44B9y/CC2UnzMLg2YLjv4UKqnjW0whvZk7XDlY9r8Ngcb2hTpeEf5TP2luMpwKTK7xPN2DKDfTXt9AYUYvyEQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.1.0-next.69","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.69","@tevm/tsupconfig":"^1.1.0-next.69"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.69_1717488715039_0.5725790716286157","host":"s3://npm-registry-packages"}},"1.1.0-next.72":{"name":"@tevm/config","version":"1.1.0-next.72","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.72","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"b58f911db15a36ddb45ed40a465addb7bbe4bd38","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.72.tgz","fileCount":92,"integrity":"sha512-bfVQYFUywxK3OQdaXSjNyVNAEJ6JklJH3ydxCzDjE2GagQQSI+gsg0Dj7etLylY4RFocI3ljZ8u62YWyowhcTg==","signatures":[{"sig":"MEQCIH+zsT25Cc+FNt10EN3y45suWyTQfWB3bhLJPMqWR964AiAcpwUt4ng9DKTAkyM5nRrdm0qRPOWQYD5gKhbUkW6Y3Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197268},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.72.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/184156f8deabaea6fb6ae7bb6bdf5e81/tevm-config-1.1.0-next.72.tgz","_integrity":"sha512-bfVQYFUywxK3OQdaXSjNyVNAEJ6JklJH3ydxCzDjE2GagQQSI+gsg0Dj7etLylY4RFocI3ljZ8u62YWyowhcTg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.1.0-next.72","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.72","@tevm/tsupconfig":"^1.1.0-next.72"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.72_1717896045735_0.7426727564838089","host":"s3://npm-registry-packages"}},"1.1.0-next.74":{"name":"@tevm/config","version":"1.1.0-next.74","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.74","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"a3e54d8be5ca25cc88647d6f0f521edadced2aab","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.74.tgz","fileCount":92,"integrity":"sha512-YNsINk+Gc6p1XZ0eKnosnXvQyzBA8v6RuLzLJ8XQpNUIRIOsRziQkS8glmvLvz1Vv8COu2d2QNJRIMTzhsfAkA==","signatures":[{"sig":"MEQCICtSRNH879tItucIRUtno/5xohNQSh8MR9twgx2NLDgQAiAR0hwlaFyBZS9qg8mh6l8kVGLM/rS3lGl6Lt1ssidN4Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197268},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.74.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --apply-unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/00a46a96211d569c0b7a18a8acb74250/tevm-config-1.1.0-next.74.tgz","_integrity":"sha512-YNsINk+Gc6p1XZ0eKnosnXvQyzBA8v6RuLzLJ8XQpNUIRIOsRziQkS8glmvLvz1Vv8COu2d2QNJRIMTzhsfAkA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.1.0-next.74","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.74","@tevm/tsupconfig":"^1.1.0-next.74"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.74_1718182365651_0.9050937307826405","host":"s3://npm-registry-packages"}},"1.1.0-next.77":{"name":"@tevm/config","version":"1.1.0-next.77","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.77","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4ff1de0342ba0bf2e878e1d394e838842727fe6d","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.77.tgz","fileCount":92,"integrity":"sha512-CjMerGbAaj/BzJAckGj67KsdkKppJrWx6qxaj6mae7mLooHh8xaTQYD1RxVDRccQWK2u3ZHzyUpcVo9Ok9WyxA==","signatures":[{"sig":"MEYCIQCcmjplv/VHAL7qfd5YCDVXCQmM+pyCsnCANyfgjXTvrAIhANik9va+2aGApmUPfrltOTZv4CcIzI5MtueEeOC2/B7C","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":197270},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.77.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/4234f5c525684ea880d4a0ce1d8bd49c/tevm-config-1.1.0-next.77.tgz","_integrity":"sha512-CjMerGbAaj/BzJAckGj67KsdkKppJrWx6qxaj6mae7mLooHh8xaTQYD1RxVDRccQWK2u3ZHzyUpcVo9Ok9WyxA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.22.4","effect":"2.0.0-next.54","@types/node":"^20.8.9","@tevm/effect":"^1.1.0-next.77","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.77","@tevm/tsupconfig":"^1.1.0-next.77"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.77_1718389928235_0.416558239125846","host":"s3://npm-registry-packages"}},"2.0.0-next.79":{"name":"@tevm/config","version":"2.0.0-next.79","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@2.0.0-next.79","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"8036fdddc0745e814c86dcf2421e1ddbd287dbee","tarball":"https://registry.npmjs.org/@tevm/config/-/config-2.0.0-next.79.tgz","fileCount":92,"integrity":"sha512-YBHD5abhTugJfF2XZJ3onBhxTUkScOkTQvOGdMuYuueBqENfbS9FzQ/VTvPRtIlzFcNOL2aw1QnCQiRgdzkkGg==","signatures":[{"sig":"MEQCIBQNcR5pZKP+EmQe8ABOwVdE/79C0WVL4MGhtoObCc5lAiAG0H/l4kOgJUWp/Me7VWrtZZdRW1EYtTOSSNmIwdk8dQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213244},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-2.0.0-next.79.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/1dca1bc7f7b3d2a97c7dff4e6e7f9e35/tevm-config-2.0.0-next.79.tgz","_integrity":"sha512-YBHD5abhTugJfF2XZJ3onBhxTUkScOkTQvOGdMuYuueBqENfbS9FzQ/VTvPRtIlzFcNOL2aw1QnCQiRgdzkkGg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^2.0.0-next.79","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.79","@tevm/tsupconfig":"^2.0.0-next.79"},"_npmOperationalInternal":{"tmp":"tmp/config_2.0.0-next.79_1718754344776_0.2029451396478854","host":"s3://npm-registry-packages"}},"2.0.0-next.80":{"name":"@tevm/config","version":"2.0.0-next.80","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@2.0.0-next.80","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"d26b6c242119f05edd4defb8d6e1432c372986a7","tarball":"https://registry.npmjs.org/@tevm/config/-/config-2.0.0-next.80.tgz","fileCount":92,"integrity":"sha512-3P4aRDzU/cYpxZ4t8N59TMeukptRR6g/9H8tMwtOR7EUCHyIVEngXat6sfsLN8YMXj9dq7q6sT5hgmMXnmA0Iw==","signatures":[{"sig":"MEUCIQDZgg3QP1dQG+k6q4mvpa2PjCKwVQkeGFOHiyCYDC0VdQIgQUp53AKMhVC6fmOelh8XdQv7EwZ9Jiedkrf5W7uBHgk=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213244},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-2.0.0-next.80.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/4a5fb4f0022e4b693fa9e8a58bdbbdd4/tevm-config-2.0.0-next.80.tgz","_integrity":"sha512-3P4aRDzU/cYpxZ4t8N59TMeukptRR6g/9H8tMwtOR7EUCHyIVEngXat6sfsLN8YMXj9dq7q6sT5hgmMXnmA0Iw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^2.0.0-next.80","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.80"},"_npmOperationalInternal":{"tmp":"tmp/config_2.0.0-next.80_1718769376213_0.6094332521747146","host":"s3://npm-registry-packages"}},"2.0.0-next.86":{"name":"@tevm/config","version":"2.0.0-next.86","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@2.0.0-next.86","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"4baaf60c6b8ee69a21e5fbb4ede211e7268d5bda","tarball":"https://registry.npmjs.org/@tevm/config/-/config-2.0.0-next.86.tgz","fileCount":92,"integrity":"sha512-GF+azn0PKzV6TY9bkfPg9xPoION73q2icHjJ8PGrKeLOonWQyiqjspQa5kX9BfR/K3IbO2Xrn0Y5SeHfXu5ISg==","signatures":[{"sig":"MEQCIBb6mGT2lJcPrNGY0K2++eKQIaYSt94sCtRuvUu/jUHYAiBFEzlcuJ3Iz1JOdnDl5Kv33cYzyiEFOKwjgjCLMiWzoQ==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213275},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-2.0.0-next.86.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/26390779c0850be49ebc4c77ed9dd23f/tevm-config-2.0.0-next.86.tgz","_integrity":"sha512-GF+azn0PKzV6TY9bkfPg9xPoION73q2icHjJ8PGrKeLOonWQyiqjspQa5kX9BfR/K3IbO2Xrn0Y5SeHfXu5ISg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^2.0.0-next.86","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^2.0.0-next.80","@tevm/tsupconfig":"^2.0.0-next.86"},"_npmOperationalInternal":{"tmp":"tmp/config_2.0.0-next.86_1719443495141_0.3795071531846357","host":"s3://npm-registry-packages"}},"1.0.0-next.86":{"name":"@tevm/config","version":"1.0.0-next.86","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.86","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"de4fce58e4c2ad20f0bc6a21853601bca55d8973","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.86.tgz","fileCount":92,"integrity":"sha512-xVOCv7kNSRGWnBNwsVUgJ4oCC07od6fTzfEUEQDf2ObkIH3tVjP5gTiIoQECYndCG7+PtTi/kmHGOBsBqJsMWA==","signatures":[{"sig":"MEUCIQDRBlAMvRHkJAiXOA3XFu1eFUOgM3cjz24sPheF6UF2/QIgG2Z8HgCLPYbtGZo4RUXMYnLgFMwJPKagkkaUSndfNQU=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213275},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.86.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e8a96916360ee914078682bfec505138/tevm-config-1.0.0-next.86.tgz","_integrity":"sha512-xVOCv7kNSRGWnBNwsVUgJ4oCC07od6fTzfEUEQDf2ObkIH3tVjP5gTiIoQECYndCG7+PtTi/kmHGOBsBqJsMWA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^1.0.0-next.86","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.80","@tevm/tsupconfig":"^1.0.0-next.86"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.86_1719898121739_0.9610545369501562","host":"s3://npm-registry-packages"}},"1.1.0-next.96":{"name":"@tevm/config","version":"1.1.0-next.96","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.1.0-next.96","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c79e3b4f9d3cb04a886b1c687f554221ab804cde","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.1.0-next.96.tgz","fileCount":92,"integrity":"sha512-Wpld/qMzvPfnugGxWRRNFP1rVsxmFaCAgnxuZDqOfuQpgECHLBlvsxbAncHLDrfYrVJKdvcCTxTHEdGSLdvhqA==","signatures":[{"sig":"MEYCIQDJ7k1ce7l/oRzGFMjjWJBlOSNrh/B8aZwGSFkOaif5LwIhALL8F69WNVF1CvcoP+kAJFphz0WM0vXD4GyyCvQofysM","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":213298},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.1.0-next.96.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/7adad6fcba375e4b3e437150eb179e2b/tevm-config-1.1.0-next.96.tgz","_integrity":"sha512-Wpld/qMzvPfnugGxWRRNFP1rVsxmFaCAgnxuZDqOfuQpgECHLBlvsxbAncHLDrfYrVJKdvcCTxTHEdGSLdvhqA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"sideEffect":false,"_npmVersion":"10.2.4","description":"Manages config for tevm","directories":{},"_nodeVersion":"20.11.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^1.1.0-next.96","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/config_1.1.0-next.96_1720622664728_0.943075290914956","host":"s3://npm-registry-packages"}},"2.0.0-next.101":{"name":"@tevm/config","version":"2.0.0-next.101","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@2.0.0-next.101","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"0dc3a877aaf1d0ab25ec1a75f05921c006e829c4","tarball":"https://registry.npmjs.org/@tevm/config/-/config-2.0.0-next.101.tgz","fileCount":97,"integrity":"sha512-PBGAwGPWkhhkUFHSFjVcB2xZ3atBU4K33garTTql5IAWuv7Gwhniy7JO4Q1QKH3vfKxuxofBYFu8aOuWj+qiKg==","signatures":[{"sig":"MEQCIAokWu4cCjSHMBHgW7w5EoAkUXb8BAx8kQTPh28m2Ta3AiAzOcIC/U3aQf207+XdFzGCI1rgOporrxD13MblVCGC2Q==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":232927},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-2.0.0-next.101.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/3096cf3234ddde7dc3409570b02397c1/tevm-config-2.0.0-next.101.tgz","_integrity":"sha512-PBGAwGPWkhhkUFHSFjVcB2xZ3atBU4K33garTTql5IAWuv7Gwhniy7JO4Q1QKH3vfKxuxofBYFu8aOuWj+qiKg==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^1.1.0-next.96","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/config_2.0.0-next.101_1721897984024_0.781679776773226","host":"s3://npm-registry-packages"}},"2.0.0-next.102":{"name":"@tevm/config","version":"2.0.0-next.102","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@2.0.0-next.102","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"e7c1ff1d9ed5e4a0b84ffa4b002bf69bd8dd5186","tarball":"https://registry.npmjs.org/@tevm/config/-/config-2.0.0-next.102.tgz","fileCount":97,"integrity":"sha512-/2A2Vrd3jqp1dWM6qvV893Q6y5GSfPwsWW9WOG5N+nn1BuiGTWs+kitkDT12E/gYzexXr1MywLgbLz4Gzpm9Ew==","signatures":[{"sig":"MEYCIQDbeMJKUguSdGuuDeo6FgO/5E5dvImXdToZXJD7mSMbeAIhAIwSLkFXIzmkOW3TKmCc+NmKe04KAlvDOtq94LKlcmrz","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":233927},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-2.0.0-next.102.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/304eba4df58177f8ec8851fd7bf1f6e1/tevm-config-2.0.0-next.102.tgz","_integrity":"sha512-/2A2Vrd3jqp1dWM6qvV893Q6y5GSfPwsWW9WOG5N+nn1BuiGTWs+kitkDT12E/gYzexXr1MywLgbLz4Gzpm9Ew==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^1.1.0-next.96","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.1.0-next.96","@tevm/tsupconfig":"^1.1.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/config_2.0.0-next.102_1721970386785_0.7629633797261826","host":"s3://npm-registry-packages"}},"0.0.0-next.102":{"name":"@tevm/config","version":"0.0.0-next.102","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@0.0.0-next.102","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"7967e66380087ce84de04b70222e97be6f1f808b","tarball":"https://registry.npmjs.org/@tevm/config/-/config-0.0.0-next.102.tgz","fileCount":97,"integrity":"sha512-YhCu8bBznSkYLlWm0c/SDTGsqNhgFmXvKgc5CyfTHfnTI6Jb0WSImejxIgYWCi6bIEpljPb9CJbySIVCzDKmlQ==","signatures":[{"sig":"MEUCIQC0+FWApQcEk2eudJUBA9bO0zUJ3JkpkrQ2AAqVX292rgIgZOrNmIiQmMayhfhvbsNA7ZO5rw02MVKsOC9aRfIM9Ck=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":245234},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-0.0.0-next.102.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/bc2ad344ed31eba94551cd43353ccda8/tevm-config-0.0.0-next.102.tgz","_integrity":"sha512-YhCu8bBznSkYLlWm0c/SDTGsqNhgFmXvKgc5CyfTHfnTI6Jb0WSImejxIgYWCi6bIEpljPb9CJbySIVCzDKmlQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^0.0.0-next.96","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^0.0.0-next.96"},"_npmOperationalInternal":{"tmp":"tmp/config_0.0.0-next.102_1724786348030_0.7170256846497436","host":"s3://npm-registry-packages"}},"1.0.0-next.109":{"name":"@tevm/config","version":"1.0.0-next.109","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.109","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"f650060d56791dd0ddcfc8da5828236b961df9e0","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.109.tgz","fileCount":97,"integrity":"sha512-5WvgNV9Yygb0L7+zjpmT8FJcWqGzT4Hm1V9RmfqriqoY6BIc3Ay0pBTrMMJWijEUDKBaNyHYkfiKe7kcu38VJw==","signatures":[{"sig":"MEUCIAH4jcjV6pOVNvZbX2tjUtoyqK+lN8P5DeXmMv+Py1eRAiEAo8xfoBFbSVSaZLTvYw1gTe7/pvQHDCLyOoPUemiURL0=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":245236},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.109.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/791815f6b9f767426510f8faefd54419/tevm-config-1.0.0-next.109.tgz","_integrity":"sha512-5WvgNV9Yygb0L7+zjpmT8FJcWqGzT4Hm1V9RmfqriqoY6BIc3Ay0pBTrMMJWijEUDKBaNyHYkfiKe7kcu38VJw==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"sideEffect":false,"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^1.0.0-next.109","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^0.0.0-next.96","@tevm/tsupconfig":"^1.0.0-next.109"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.109_1725179137721_0.5150334707468325","host":"s3://npm-registry-packages"}},"1.0.0-next.117":{"name":"@tevm/config","version":"1.0.0-next.117","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.117","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"fd1579b5fa636a4d4f2322a6277c2f9dcf622092","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.117.tgz","fileCount":97,"integrity":"sha512-rS1cfvtErXfJnX5eNrqJp6ZC3FNSZKrEGiB6n11ypXbSyBAm1vwtwtPImmihJoY8gORsSLVAk5rnoAHx0W0+/g==","signatures":[{"sig":"MEYCIQCcAq2XcvoBrML9NwtF+bAMoyVp8Olyl4zNXAsMaVKp8AIhAPVxqOkq6QV18PZSYNFK1NdWsRriT1aqFZ5rpsjVW3Xk","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":245238},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.117.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/6c8acdf2bbe376254b4ea25601b95208/tevm-config-1.0.0-next.117.tgz","_integrity":"sha512-rS1cfvtErXfJnX5eNrqJp6ZC3FNSZKrEGiB6n11ypXbSyBAm1vwtwtPImmihJoY8gORsSLVAk5rnoAHx0W0+/g==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.23.8","effect":"2.0.0-next.54","@types/node":"^20.14.5","@tevm/effect":"^1.0.0-next.117","@effect/schema":"0.47.7"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.117"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.117_1727069960994_0.9121852159847339","host":"s3://npm-registry-packages"}},"1.0.0-next.118":{"name":"@tevm/config","version":"1.0.0-next.118","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.118","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"00bf279dd685b23a789afe05a2fe0e3bd3813590","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.118.tgz","fileCount":95,"integrity":"sha512-tSVaG0eGjswDsx5t9GVxxJOBt9gnq4ZWTP6uKjwdv14zhfuP2MGFd+KsY87RPGYoUqgOXU2HNUUAtpE7rj/uoQ==","signatures":[{"sig":"MEUCIQCHyS3VeHpcmeyABkGg2TzobYG5CH5ffaNCdjKVQzmWwQIgWM9HoBnzqQoPD108gLIz0N9KFgSzhQ798N1uT/XC82I=","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":254746},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.118.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/9625f87a98e0cfc3bc299b466f828a79/tevm-config-1.0.0-next.118.tgz","_integrity":"sha512-tSVaG0eGjswDsx5t9GVxxJOBt9gnq4ZWTP6uKjwdv14zhfuP2MGFd+KsY87RPGYoUqgOXU2HNUUAtpE7rj/uoQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.23.8","effect":"3.8.4","@types/node":"^22.7.3","@tevm/effect":"^1.0.0-next.118","@effect/schema":"0.74.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.118_1727467762533_0.37710582534303816","host":"s3://npm-registry-packages"}},"1.0.0-next.124":{"name":"@tevm/config","version":"1.0.0-next.124","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.124","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"811f43438e905834c0da41bacf27d366e7b01ee5","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.124.tgz","fileCount":95,"integrity":"sha512-w2Rut9ArZjCuBJqTA2xDGx1ZUwGwSWsvi3jKZTh7gnjfAlJ6UALDOmbJgbOXLxFmtivgffZkEKtrYoFX5lW/ww==","signatures":[{"sig":"MEQCIF4M47AY72HgpQsQMjK0vTaDa+WBTHGXs+kODzTguNXJAiB1lbaosLDSbFXBP7T6nM3P/TuCtJprxwZF+AA32tcuZA==","keyid":"SHA256:jl3bwswu80PjjokCgh0o2w5c2U4LhQAE57gj9cz1kzA"}],"unpackedSize":261880},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.124.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/9e61c0313e100337e8d76864690785f0/tevm-config-1.0.0-next.124.tgz","_integrity":"sha512-w2Rut9ArZjCuBJqTA2xDGx1ZUwGwSWsvi3jKZTh7gnjfAlJ6UALDOmbJgbOXLxFmtivgffZkEKtrYoFX5lW/ww==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.23.8","effect":"3.8.4","@types/node":"^22.7.3","@tevm/effect":"^1.0.0-next.118","@effect/schema":"0.74.1"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.117","@tevm/tsupconfig":"^1.0.0-next.118"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.124_1729131189788_0.609571072475974","host":"s3://npm-registry-packages"}},"1.0.0-next.128":{"name":"@tevm/config","version":"1.0.0-next.128","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.128","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c50e5654d964fdee03587309e5d17ab925879a4e","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.128.tgz","fileCount":95,"integrity":"sha512-9HXDuDKwriJzTZCW6lkne9d6A/yyKp35VORIGqLu7V3IguKuXksiv/gDvHtmnDfghnfqgHG7wRs7a/6XHHoV1w==","signatures":[{"sig":"MEQCIC6PFmuNuZ3s4vejggdmjKrVgbJMfZ7DEApuH0U3T6daAiAa21dSco5gYib2Rr6pUJbi6tTH+9wcpSa/fPcYJndm8w==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":258985},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.128.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/9856f28473d603ba906d887e8eb2dc3d/tevm-config-1.0.0-next.128.tgz","_integrity":"sha512-9HXDuDKwriJzTZCW6lkne9d6A/yyKp35VORIGqLu7V3IguKuXksiv/gDvHtmnDfghnfqgHG7wRs7a/6XHHoV1w==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.24.2","effect":"3.13.2","@types/node":"^22.13.5","@tevm/effect":"^1.0.0-next.128","@effect/schema":"0.75.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.128","@tevm/tsupconfig":"^1.0.0-next.128"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.128_1741407807916_0.2724648231718425","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.131":{"name":"@tevm/config","version":"1.0.0-next.131","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.131","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c7a7c64fa8bee7be291a44571dd63a593b2cba4f","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.131.tgz","fileCount":101,"integrity":"sha512-VP3gnFuG6kHVfgTDVx0gdSoYMCh1ro+D0+QdBs2DAhK9tRrJEc9jSP03uT3zseyrR3/pk6w/02UFYENwMUvbnA==","signatures":[{"sig":"MEYCIQCAmSo6Auw5EFyZNltLHS/aLIsJz84n87s5e+ZXBi6kawIhAJz4MZeXDF2IJ5jKkdVojT0nsMSl02muKyncGuYNCZjY","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":268620},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.131.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/c7f0c3f20b650a6ea5ee883aec6182ce/tevm-config-1.0.0-next.131.tgz","_integrity":"sha512-VP3gnFuG6kHVfgTDVx0gdSoYMCh1ro+D0+QdBs2DAhK9tRrJEc9jSP03uT3zseyrR3/pk6w/02UFYENwMUvbnA==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.24.2","effect":"3.13.2","@types/node":"^22.13.5","@tevm/effect":"^1.0.0-next.131","@effect/schema":"0.75.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.131","@tevm/tsupconfig":"^1.0.0-next.131"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.131_1741746439579_0.2592556448971417","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.142":{"name":"@tevm/config","version":"1.0.0-next.142","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.142","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"6c0b2af70b9b4b3d7e4c95714e99d5ed59e9a4c6","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.142.tgz","fileCount":104,"integrity":"sha512-Ox2owRqlXtxErz3cZAqCDIyH/B84b7yCah5mV+q5yV58u3gtc3X6G3N4xn7Z1deiL7L6Fem8h9zl5QWt1uzEzQ==","signatures":[{"sig":"MEQCIHyzb+yCHBr0YbiwP3nBQ6jOMkWkIm9XEKw8tD1bxjLNAiBCA3IRTjSgMNKSQF4kWriVfQBn6JGfEUQ/NUP1GXpc2Q==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":279264},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.142.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/e8a4f03e6243f430f879a03defe9db2c/tevm-config-1.0.0-next.142.tgz","_integrity":"sha512-Ox2owRqlXtxErz3cZAqCDIyH/B84b7yCah5mV+q5yV58u3gtc3X6G3N4xn7Z1deiL7L6Fem8h9zl5QWt1uzEzQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.24.2","effect":"3.13.2","@types/node":"^22.13.5","@tevm/effect":"^1.0.0-next.142","@effect/schema":"0.75.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.142"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.142_1745166050566_0.22678071104937714","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.146":{"name":"@tevm/config","version":"1.0.0-next.146","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.146","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"c77cf2c020e3b85bb79cd1c4865ccafc8b4af2aa","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.146.tgz","fileCount":104,"integrity":"sha512-V1sAOCzHGMha0aDdhPmH36hnraDEuAYkpZ7FDaYtVcYR9GAsRoCVmWlh5vyKfQT9/dWOmy456nzOBHDd8AWRHQ==","signatures":[{"sig":"MEQCIFJ1RftUsrCGyBAJo95OnPAx1p2FqL28MUI0LAAoVz/BAiBykn/F4DOsSq9rB4lBr+JXNUqWu3XXS6/G6WtGZeajmg==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":279251},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.146.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/a7b3ec2d52886587c317ef2d298811ef/tevm-config-1.0.0-next.146.tgz","_integrity":"sha512-V1sAOCzHGMha0aDdhPmH36hnraDEuAYkpZ7FDaYtVcYR9GAsRoCVmWlh5vyKfQT9/dWOmy456nzOBHDd8AWRHQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^3.25.30","effect":"3.15.4","@types/node":"^22.15.21","@tevm/effect":"^1.0.0-next.146","@effect/schema":"0.75.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.146"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.146_1748435428140_0.30483094236991315","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-next.148":{"name":"@tevm/config","version":"1.0.0-next.148","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"license":"MIT","_id":"@tevm/config@1.0.0-next.148","maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"homepage":"https://github.com/evmts/tevm-monorepo#readme","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"dist":{"shasum":"689b737d2762467e8b0c5d98fa8e2587855f4cff","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-next.148.tgz","fileCount":104,"integrity":"sha512-/ztk5eQqmExLYvf9ZGnQJS4NQEBzq6hkVYjmFmQLyainDL5meWrnmr/5nUuneu74fczAhPkHB3AKUzcqqmx/aQ==","signatures":[{"sig":"MEQCIHzLiWCIiNu6vMlhnWYm7wXb2WkZhpL77arHemR3uR3nAiBTnEsDqH5htBSrgnJPh6nwEa4LGJ3agxb784MMMV7KMw==","keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U"}],"unpackedSize":279204},"main":"dist/index.cjs","type":"module","_from":"file:tevm-config-1.0.0-next.148.tgz","types":"types/index.d.ts","module":"dist/index.js","exports":{".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}},"./package.json":"./package.json"},"private":false,"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","dev":"bun --watch scripts/dev.ts","lint":"biome check . --write --unsafe","test":"vitest --coverage","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","format":"biome format . --write","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","test:ui":"vitest --ui","test:run":"vitest run","lint:deps":"bunx depcheck","build:dist":"tsup","lint:check":"biome check . --verbose","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","format:check":"biome format .","lint:package":"bunx publint --strict && attw --pack","generate:docs":"typedoc","test:coverage":"vitest run --coverage"},"_npmUser":{"name":"fucory","email":"willcory10@gmail.com"},"_resolved":"/tmp/d97a1ac41b532fafb0a027215caf0bbf/tevm-config-1.0.0-next.148.tgz","_integrity":"sha512-/ztk5eQqmExLYvf9ZGnQJS4NQEBzq6hkVYjmFmQLyainDL5meWrnmr/5nUuneu74fczAhPkHB3AKUzcqqmx/aQ==","repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler-packages/config"},"_npmVersion":"10.8.1","description":"Manages config for tevm","directories":{},"sideEffects":false,"_nodeVersion":"22.4.1","dependencies":{"zod":"^4.1.11","effect":"3.18.1","@types/node":"^24.6.1","@tevm/effect":"^1.0.0-next.148","@effect/schema":"0.75.5"},"publishConfig":{"access":"public"},"_hasShrinkwrap":false,"devDependencies":{"@tevm/tsconfig":"^1.0.0-next.142","@tevm/tsupconfig":"^1.0.0-next.148"},"_npmOperationalInternal":{"tmp":"tmp/config_1.0.0-next.148_1759577153474_0.9607673538657362","host":"s3://npm-registry-packages-npm-production"}},"1.0.0-rc.151":{"name":"@tevm/config","version":"1.0.0-rc.151","private":false,"description":"Manages config for tevm","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"repository":{"type":"git","url":"git+https://github.com/evmts/tevm-monorepo.git","directory":"bundler-packages/config"},"license":"MIT","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"sideEffects":false,"type":"module","exports":{"./package.json":"./package.json",".":{"import":{"types":"./types/index.d.ts","default":"./dist/index.js"},"require":{"types":"./dist/index.d.cts","default":"./dist/index.cjs"}}},"main":"dist/index.cjs","module":"dist/index.js","types":"types/index.d.ts","dependencies":{"@effect/schema":"0.75.5","@types/node":"^25.9.0","effect":"3.21.2","zod":"^4.4.3","@tevm/effect":"^1.0.0-rc.151"},"devDependencies":{"@tevm/tsconfig":"^1.0.0-rc.151","@tevm/tsupconfig":"^1.0.0-rc.151"},"publishConfig":{"access":"public"},"scripts":{"all":"bun run lint && bun run format && bun run build:dist && bun run build:types && bun run dev:run && bun run test:run && bun run generate:docs","build":"nx run-many --targets=build:dist,build:types --projects=@tevm/config ","build:dist":"tsup","build:types":"tsup --dts-only && tsc --emitDeclarationOnly --declaration","clean":"rm -rf node_modules && rm -rf artifacts && rm -rf dist && rm -rf cache","dev":"bun --watch scripts/dev.ts","dev:run":"bun scripts/dev.ts","fixture":"bun run scripts/fixture.ts","format":"biome format . --write","format:check":"biome format .","generate:docs":"typedoc","lint":"biome check . --write --unsafe","lint:check":"biome check . --verbose","lint:deps":"bunx depcheck","lint:package":"bunx publint --strict && attw --pack","test":"vitest --coverage","test:coverage":"vitest run --coverage","test:run":"vitest run","test:ui":"vitest --ui"},"_id":"@tevm/config@1.0.0-rc.151","readmeFilename":"README.md","bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"homepage":"https://github.com/evmts/tevm-monorepo#readme","_integrity":"sha512-u1iUCojpPWywfRiukZttKa9TQUEwM1uITt3zkBlFMz1jDdZf9E5+sjW4GgbYQdD9eOZt49WCkvJg7VWkRTz+QQ==","_resolved":"/tmp/tmp.EZ3vmY8SGD/tevm-config-1.0.0-rc.151.tgz","_from":"file:/tmp/tmp.EZ3vmY8SGD/tevm-config-1.0.0-rc.151.tgz","_nodeVersion":"24.12.0","_npmVersion":"11.5.1","dist":{"integrity":"sha512-u1iUCojpPWywfRiukZttKa9TQUEwM1uITt3zkBlFMz1jDdZf9E5+sjW4GgbYQdD9eOZt49WCkvJg7VWkRTz+QQ==","shasum":"3ffaa77d9b63abe606f8808b52c9940742693dce","tarball":"https://registry.npmjs.org/@tevm/config/-/config-1.0.0-rc.151.tgz","fileCount":104,"unpackedSize":263349,"attestations":{"url":"https://registry.npmjs.org/-/npm/v1/attestations/@tevm%2fconfig@1.0.0-rc.151","provenance":{"predicateType":"https://slsa.dev/provenance/v1"}},"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEUCIQC8dyI2nRYkMi0CLgtc+LteceViCK0hRlMQwPFNUvTG9wIgc2Aq4QbulPqqmQXLUJpq/t4yS+bxsxwfaWh51ffwndw="}]},"_npmUser":{"name":"GitHub Actions","email":"npm-oidc-no-reply@github.com","trustedPublisher":{"id":"github","oidcConfigId":"oidc:9b96679a-3680-4bf3-81ab-78575538bf1e"}},"directories":{},"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/config_1.0.0-rc.151_1779468048437_0.7702338209573507"},"_hasShrinkwrap":false}},"time":{"created":"2023-12-06T04:53:55.943Z","modified":"2026-05-22T16:40:48.888Z","1.0.0-next.17":"2023-12-06T04:53:56.194Z","1.0.0-next.21":"2024-01-07T21:14:08.734Z","1.0.0-next.23":"2024-01-22T04:20:25.226Z","1.0.0-next.28":"2024-02-09T21:25:47.146Z","1.0.0-next.40":"2024-02-20T03:18:26.337Z","1.0.0-next.41":"2024-02-25T01:35:34.963Z","1.1.0-next.47":"2024-05-13T15:36:40.294Z","1.1.0-next.52":"2024-05-16T23:05:03.091Z","1.1.0-next.60":"2024-05-24T14:41:16.631Z","1.1.0-next.69":"2024-06-04T08:11:55.200Z","1.1.0-next.72":"2024-06-09T01:20:45.909Z","1.1.0-next.74":"2024-06-12T08:52:45.802Z","1.1.0-next.77":"2024-06-14T18:32:08.409Z","2.0.0-next.79":"2024-06-18T23:45:44.985Z","2.0.0-next.80":"2024-06-19T03:56:16.431Z","2.0.0-next.86":"2024-06-26T23:11:35.441Z","1.0.0-next.86":"2024-07-02T05:28:41.914Z","1.1.0-next.96":"2024-07-10T14:44:24.895Z","2.0.0-next.101":"2024-07-25T08:59:44.194Z","2.0.0-next.102":"2024-07-26T05:06:26.998Z","0.0.0-next.102":"2024-08-27T19:19:08.257Z","1.0.0-next.109":"2024-09-01T08:25:37.903Z","1.0.0-next.117":"2024-09-23T05:39:21.214Z","1.0.0-next.118":"2024-09-27T20:09:22.804Z","1.0.0-next.124":"2024-10-17T02:13:10.020Z","1.0.0-next.128":"2025-03-08T04:23:28.116Z","1.0.0-next.131":"2025-03-12T02:27:19.763Z","1.0.0-next.142":"2025-04-20T16:20:50.815Z","1.0.0-next.146":"2025-05-28T12:30:28.353Z","1.0.0-next.148":"2025-10-04T11:25:53.687Z","1.0.0-rc.151":"2026-05-22T16:40:48.630Z"},"bugs":{"url":"https://github.com/evmts/tevm-monorepo/issues"},"license":"MIT","homepage":"https://github.com/evmts/tevm-monorepo#readme","keywords":["solidity","forge","foundry","sol","typescript","web3","blockchain"],"repository":{"url":"git+https://github.com/evmts/tevm-monorepo.git","type":"git","directory":"bundler-packages/config"},"description":"Manages config for tevm","contributors":[{"name":"Will Cory","email":"willcory10@gmail.com"}],"maintainers":[{"name":"fucory","email":"willcory10@gmail.com"}],"readme":"","readmeFilename":""}