Files
revive/package.json
T
2025-01-10 09:12:43 +01:00

13 lines
276 B
JSON

{
"name": "root",
"private": true,
"scripts": {
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests",
"test:wasm": "npm run test:all -w js"
},
"workspaces": [
"crates/solidity/src/tests/cli-tests",
"js"
]
}