mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 09:08:00 +00:00
17 lines
502 B
JSON
17 lines
502 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:cli": "npm run test -w crates/solidity/src/tests/cli-tests",
|
|
"test:wasm": "npm run test:node -w js/wasm",
|
|
"build:package": "npm run build:package -w js/wasm",
|
|
"lint": "npx eslint 'js/**/*.{cjs,mjs,ts}' && npx prettier --check '**/*.{ts,json,yml,md}'",
|
|
"lint:fix": "npx prettier --write '**/*.{mjs,cjs,ts,json,yml,md}'"
|
|
},
|
|
"workspaces": [
|
|
"crates/solidity/src/tests/cli-tests",
|
|
"js/wasm",
|
|
"js/resolc"
|
|
]
|
|
}
|