mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-06 19:13:55 -05:00
59 lines
1.8 KiB
JSON
59 lines
1.8 KiB
JSON
{
|
|
"name": "linea-monorepo",
|
|
"license": "(MIT OR Apache-2.0)",
|
|
"author": "Consensys Software Inc.",
|
|
"scripts": {
|
|
"build": "pnpm run -r --if-present build",
|
|
"clean": "pnpm run -r --if-present clean && rm -rf node_modules",
|
|
"preinstall": "npx only-allow pnpm",
|
|
"lint:fix": "pnpm run -r --if-present lint:fix",
|
|
"lint:ts": "pnpm run -r --if-present lint:ts",
|
|
"lint:ts:fix": "pnpm run -r --if-present lint:ts:fix",
|
|
"prepare": "husky",
|
|
"prettier": "pnpm run -r --if-present prettier",
|
|
"prettier:fix": "pnpm run -r --if-present prettier:fix",
|
|
"test": "pnpm run -r --if-present test"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "20.12.7",
|
|
"@typescript-eslint/eslint-plugin": "7.6.0",
|
|
"@typescript-eslint/parser": "7.6.0",
|
|
"eslint": "8.57.0",
|
|
"eslint-config-prettier": "9.1.0",
|
|
"eslint-plugin-prettier": "5.1.3",
|
|
"husky": "9.1.7",
|
|
"prettier": "3.2.5",
|
|
"rimraf": "5.0.5",
|
|
"ts-node": "10.9.2",
|
|
"typescript": "5.4.5"
|
|
},
|
|
"packageManager": "pnpm@9.14.4",
|
|
"engines": {
|
|
"node": ">=20",
|
|
"pnpm": ">=9"
|
|
},
|
|
"pnpm": {
|
|
"overrides": {
|
|
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
|
|
"axios@>=1.0.0 <1.8.2": ">=1.8.2",
|
|
"axios@>=0.8.1 <0.28.0": ">=0.28.0",
|
|
"axios@<0.30.0": ">=0.30.0",
|
|
"color-string@<1.5.5": ">=1.5.5",
|
|
"cookie@<0.7.0": ">=0.7.0",
|
|
"elliptic@>=5.2.1 <=6.5.6": ">=6.5.7",
|
|
"elliptic@>=4.0.0 <=6.5.6": ">=6.5.7",
|
|
"elliptic@>=2.0.0 <=6.5.6": ">=6.5.7",
|
|
"elliptic@<6.5.6": ">=6.5.6",
|
|
"elliptic@<6.6.0": ">=6.6.0",
|
|
"elliptic@<=6.6.0": ">=6.6.1",
|
|
"esbuild@<=0.24.2": ">=0.25.0",
|
|
"path-to-regexp@<0.1.12": ">=0.1.12",
|
|
"tar@<6.2.1": ">=6.2.1",
|
|
"tough-cookie@<4.1.3": ">=4.1.3",
|
|
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
|
|
"ws@>=7.0.0 <7.5.10": ">=7.5.10",
|
|
"ws@>=2.1.0 <5.2.4": ">=5.2.4"
|
|
}
|
|
}
|
|
}
|