tevm
Version:
A typesafe Ethereum Virtual Machine (EVM) toolkit written in TypeScript
57 lines • 1.92 kB
JSON
{
"$schema": "https://jsr.io/schema.json",
"name": "@tevm/tevm",
"version": "1.0.0-next.139",
"exports": {
".": "./index.js",
"./actions": "./actions/index.js",
"./address": "./address/index.js",
"./block": "./block/index.js",
"./blockchain": "./blockchain/index.js",
"./common": "./common/index.js",
"./contract": "./contract/index.js",
"./decorators": "./decorators/index.js",
"./errors": "./errors/index.js",
"./evm": "./evm/index.js",
"./http-client": "./http-client/index.js",
"./memory-client": "./memory-client/index.js",
"./node": "./node/index.js",
"./predeploys": "./predeploys/index.js",
"./receipt-manager": "./receipt-manager/index.js",
"./server": "./server/index.js",
"./state": "./state/index.js",
"./sync-storage-persister": "./sync-storage-persister/index.js",
"./tx": "./tx/index.js",
"./txpool": "./txpool/index.js",
"./utils": "./utils/index.js",
"./vm": "./vm/index.js",
"./bundler": "./bundler/index.js",
"./bundler/base-bundler": "./bundler/base-bundler/index.js",
"./bundler/bun-plugin": "./bundler/bun-plugin/index.js",
"./bundler/compiler": "./bundler/compiler/index.js",
"./bundler/config": "./bundler/config/index.js",
"./bundler/solc": "./bundler/solc/index.js",
"./bundler/esbuild-plugin": "./bundler/esbuild-plugin/index.js",
"./bundler/rollup-plugin": "./bundler/rollup-plugin/index.js",
"./bundler/rspack-plugin": "./bundler/rspack-plugin/index.js",
"./bundler/vite-plugin": "./bundler/vite-plugin/index.js",
"./bundler/webpack-plugin": "./bundler/webpack-plugin/index.js"
},
"files": [
"**/*.js",
"**/*.d.ts",
"**/*.d.cts",
"*.js",
"*.d.ts",
"*.d.cts",
"LICENSE"
],
"readme": "./JSR.md",
"exclude": [
"**/*.spec.ts",
"**/*.test.ts",
"**/node_modules",
"**/dist",
"**/coverage"
]
}