-
-
Notifications
You must be signed in to change notification settings - Fork 58
Expand file tree
/
Copy pathjsr.json
More file actions
35 lines (35 loc) · 1.46 KB
/
Copy pathjsr.json
File metadata and controls
35 lines (35 loc) · 1.46 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"$schema": "https://jsr.io/schema.json",
"name": "tevm",
"version": "1.0.0-next.139",
"exports": {
".": "./tevm/index.js",
"./actions": "./tevm/actions/index.js",
"./common": "./tevm/common/index.js",
"./contract": "./tevm/contract/index.js",
"./errors": "./tevm/errors/index.js",
"./http-client": "./tevm/http-client/index.js",
"./memory-client": "./tevm/memory-client/index.js",
"./node": "./tevm/node/index.js",
"./predeploys": "./tevm/predeploys/index.js",
"./server": "./tevm/server/index.js",
"./utils": "./tevm/utils/index.js",
"./bundler": "./tevm/bundler/index.js",
"./bundler/base-bundler": "./tevm/bundler/base-bundler/index.js",
"./bundler/bun-plugin": "./tevm/bundler/bun-plugin/index.js",
"./bundler/compiler": "./tevm/bundler/compiler/index.js",
"./bundler/config": "./tevm/bundler/config/index.js",
"./bundler/solc": "./tevm/bundler/solc/index.js",
"./bundler/esbuild-plugin": "./tevm/bundler/esbuild-plugin/index.js",
"./bundler/rollup-plugin": "./tevm/bundler/rollup-plugin/index.js",
"./bundler/rspack-plugin": "./tevm/bundler/rspack-plugin/index.js",
"./bundler/vite-plugin": "./tevm/bundler/vite-plugin/index.js",
"./bundler/webpack-plugin": "./tevm/bundler/webpack-plugin/index.js"
},
"files": ["tevm/**/*.js", "tevm/**/*.d.ts", "tevm/**/*.d.cts", "JSR.md", "LICENSE"],
"readme": "JSR.md",
"exclude": ["**/*.spec.ts", "**/*.test.ts", "**/node_modules", "**/dist", "**/coverage"],
"publish": {
"include": ["tevm"]
}
}