ft_transcendence/package.json
2026-01-08 13:27:16 +01:00

23 lines
392 B
JSON

{
"name": "trans",
"version": "0.0.0",
"description": "",
"main": "",
"lint-staged": {
"*.{js,ts,jsx,tsx}": [
"eslint --fix"
]
},
"scripts": {
"dev:prepare": "husky"
},
"keywords": [],
"author": "",
"license": "ISC",
"packageManager": "pnpm@10",
"devDependencies": {
"@redocly/cli": "^2.14.3",
"husky": "^9.1.7",
"vite": "^7.3.1"
}
}