mirror of
https://github.com/privacy-scaling-explorations/mpc-hello.git
synced 2026-05-11 03:00:27 -04:00
28 lines
721 B
JSON
28 lines
721 B
JSON
{
|
|
"name": "mpc-hello",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
|
|
"format": "prettier -c .",
|
|
"format:fix": "prettier -w ."
|
|
},
|
|
"workspaces": [
|
|
"client-client",
|
|
"server-server",
|
|
"client-server"
|
|
],
|
|
"devDependencies": {
|
|
"@typescript-eslint/eslint-plugin": "^7.2.0",
|
|
"@typescript-eslint/parser": "^7.2.0",
|
|
"eslint": "^8.57.0",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-config-xo": "^0.44.0",
|
|
"eslint-plugin-prettier": "^5.2.2",
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
"eslint-plugin-react-refresh": "^0.4.6",
|
|
"prettier": "^3.4.2"
|
|
}
|
|
}
|