mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-04-22 21:58:01 +00:00
e07d0f0cb7
- Move npm package from paritytech/js-revive - Rename package to `@parity/resolc`
22 lines
618 B
JSON
22 lines
618 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/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": [
|
|
"crates/solidity/src/tests/cli-tests",
|
|
"js/emscripten",
|
|
"js/resolc"
|
|
],
|
|
"dependencies": {
|
|
"@eslint/js": "^9.14.0",
|
|
"eslint": "^9.14.0",
|
|
"typescript-eslint": "^8.13.0"
|
|
}
|
|
}
|