ft_transcendence/src/package.json
2025-09-01 15:47:07 +02:00

22 lines
424 B
JSON

{
"name": "workspace",
"version": "0.0.0",
"private": true,
"workspaces": [
"./@shared",
"./icons",
"./auth"
],
"scripts": {
"build": "npm run build --workspaces --if-present",
"fclean": "rimraf \"**/dist\"",
"clean": "rimraf \"**/node_modules\"",
"install-all": "npm install"
},
"devDependencies": {
"rimraf": "^5.0.1"
},
"dependencies": {
"bindings": "^1.5.0"
}
}