mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-14 18:01:05 +00:00
bd4e108bb0
- Factor the YUL crate out of `revive-solidity`. - `revive-solidity` is in reality not a Solidity implementation but the revive solidity compiler driver (`resolc`). By renaming we not only get this straight but also a binary with the same name as the crate which should be less confusing. --------- Signed-off-by: Cyrill Leutwiler <bigcyrill@hotmail.com>
26 lines
609 B
JSON
26 lines
609 B
JSON
{
|
|
"name": "cli-tests",
|
|
"version": "1.0.0",
|
|
"title": "resolc CLI Tests",
|
|
"description": "Auto tests for verifying resolc CLI",
|
|
"repository": "https://github.com/paritytech/revive",
|
|
"main": "index.js",
|
|
"private": true,
|
|
"scripts": {
|
|
"test": "npx jest --verbose --testPathPattern="
|
|
},
|
|
"keywords": [],
|
|
"author": "Matter Labs",
|
|
"contributors": [
|
|
"cyrill@parity.io"
|
|
],
|
|
"license": "MIT",
|
|
"devDependencies": {
|
|
"@types/jest": "^29.5.14",
|
|
"@types/shelljs": "^0.8.15",
|
|
"jest": "^29.7.0",
|
|
"shelljs": "^0.8.5",
|
|
"ts-jest": "^29.2.5",
|
|
"typescript": "^5.7.3"
|
|
}
|
|
} |