Files
revive/package.json
T
2024-11-25 10:26:22 +01:00

14 lines
321 B
JSON

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