harb/tools/push3-transpiler/package.json

19 lines
482 B
JSON
Raw Permalink Normal View History

{
"name": "push3-transpiler",
"version": "1.0.0",
"description": "Push3 to Solidity transpiler for OptimizerV3",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"transpile": "tsx src/index.ts",
"test": "tsx --test test/*.test.ts && bash test_inject_extraction.sh && bash test_transpiler_clamping.sh"
},
"dependencies": {},
"devDependencies": {
"typescript": "^5.0.0",
"tsx": "^4.0.0",
"@types/node": "^20.0.0"
}
}