2026-02-21 07:48:43 +00:00
|
|
|
{
|
|
|
|
|
"name": "push3-transpiler",
|
|
|
|
|
"version": "1.0.0",
|
|
|
|
|
"description": "Push3 to Solidity transpiler for OptimizerV3",
|
2026-03-16 06:07:10 +00:00
|
|
|
"type": "module",
|
2026-02-21 07:48:43 +00:00
|
|
|
"main": "dist/index.js",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"build": "tsc",
|
2026-03-19 18:08:10 +00:00
|
|
|
"transpile": "tsx src/index.ts",
|
2026-03-20 03:29:45 +00:00
|
|
|
"test": "tsx --test test/*.test.ts && bash test_inject_extraction.sh && bash test_transpiler_clamping.sh"
|
2026-02-21 07:48:43 +00:00
|
|
|
},
|
|
|
|
|
"dependencies": {},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"typescript": "^5.0.0",
|
2026-03-19 18:08:10 +00:00
|
|
|
"tsx": "^4.0.0",
|
2026-02-21 07:48:43 +00:00
|
|
|
"@types/node": "^20.0.0"
|
|
|
|
|
}
|
|
|
|
|
}
|