mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 20:48:01 +00:00
13 lines
274 B
JSON
13 lines
274 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests",
|
|
"test:revive": "npm run test -w js"
|
|
},
|
|
"workspaces": [
|
|
"crates/solidity/src/tests/cli-tests",
|
|
"js"
|
|
]
|
|
}
|