ft_transcendence/src/package.json

39 lines
802 B
JSON

{
"name": "workspace",
"type": "module",
"version": "0.0.0",
"private": true,
"workspaces": [
"./@shared",
"./icons",
"./user",
"./auth",
"./chat"
],
"lint-staged": {
"*": [
"eslint --fix"
]
},
"scripts": {
"build": "npm run build --workspaces --if-present",
"eslint": "eslint",
"install-all": "npm install",
"dev:prepare": "husky"
},
"devDependencies": {
"@eslint/js": "^9.39.1",
"@typescript-eslint/eslint-plugin": "^8.49.0",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "^9.39.1",
"husky": "^9.1.7",
"lint-staged": "^16.2.7",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0",
"vite": "^7.2.7"
},
"dependencies": {
"@redocly/cli": "^2.12.5",
"bindings": "^1.5.0"
}
}