11 lines
215 B
JSON
11 lines
215 B
JSON
|
{
|
||
|
"name": "@hono/esbuild-transpiler",
|
||
|
"version": "0.1.4",
|
||
|
"license": "MIT",
|
||
|
"exports": {
|
||
|
".": "./src/index.ts",
|
||
|
"./wasm": "./src/transpilers/wasm.ts",
|
||
|
"./node": "./src/transpilers/node.ts"
|
||
|
}
|
||
|
}
|