Files
linea-monorepo/package.json
Alain Nicolas a3ad42a072 chore(license): update licensing (#1106)
* chore(license): update licensing

* chore(license): update licensing on Java files
2025-06-09 11:53:04 +02:00

36 lines
1.1 KiB
JSON

{
"name": "linea-monorepo",
"author": "Consensys Software Inc.",
"license": "(MIT OR Apache-2.0)",
"engines": {
"node": ">=20",
"pnpm": ">=9"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"lint:ts": "pnpm run -r --if-present lint:ts",
"lint:ts:fix": "pnpm run -r --if-present lint:ts:fix",
"prettier": "pnpm run -r --if-present prettier",
"prettier:fix": "pnpm run -r --if-present prettier:fix",
"lint:fix": "pnpm run -r --if-present lint:fix",
"clean": "pnpm run -r --if-present clean && rm -rf node_modules",
"test": "pnpm run -r --if-present test",
"build": "pnpm run -r --if-present build",
"prepare": "husky"
},
"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"
}