remix-project mirror
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
remix-project/apps/solhint/package.json

17 lines
295 B

{
"name": "solhint",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"resolutions": {
"antlr4": "4.11"
},
"dependencies": {
"solhint": "^3.4.1"
},
"devDependencies": {
"@remixproject/plugin": "^0.3.31",
"@remixproject/plugin-webview": "^0.3.31"
}
}