fix: package.json missing 'type': 'module' inconsistent with AGENTS.md (#850)

This commit is contained in:
openhands 2026-03-16 06:07:10 +00:00
parent 81501758ad
commit 0c43054f42

View file

@ -2,6 +2,7 @@
"name": "push3-transpiler",
"version": "1.0.0",
"description": "Push3 to Solidity transpiler for OptimizerV3",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",