mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-21 23:48:05 +00:00
2f89c743ce
# Description Closes #365 Ports all `resolc` CLI tests to Rust and removes the CLI TypeScript tests.
20 lines
504 B
JSON
20 lines
504 B
JSON
{
|
|
"name": "root",
|
|
"private": true,
|
|
"scripts": {
|
|
"test:wasm": "npm run test:node -w js/emscripten",
|
|
"build:package": "npm run build:package -w js/emscripten",
|
|
"lint": "npx eslint 'js/**/*.{cjs,mjs,ts}' && npx prettier --check '**/*.{mjs,cjs,ts}'",
|
|
"lint:fix": "npx prettier --write '**/*.{mjs,cjs,ts}'"
|
|
},
|
|
"workspaces": [
|
|
"js/emscripten",
|
|
"js/resolc"
|
|
],
|
|
"dependencies": {
|
|
"@eslint/js": "^9.14.0",
|
|
"eslint": "^9.14.0",
|
|
"typescript-eslint": "^8.13.0"
|
|
}
|
|
}
|