{ "name": "laba-webgunea", "version": "1.0.0", "private": true, "description": "Laba sarerako webgunea", "keywords": [ "laba", "webgunea", "labasarea", "laba.eus" ], "homepage": "https://github.com/labasarea/laba-webgunea#readme", "bugs": { "url": "https://github.com/labasarea/laba-webgunea/issues" }, "repository": { "type": "git", "url": "git+https://github.com/labasarea/laba-webgunea.git" }, "license": "ISC", "author": "Laba Sarea", "workspaces": [ "back", "front", "e2e" ], "scripts": { "back": "yarn workspace back", "clear-node-modules": "yarn rimraf node_modules back/node_modules front/node_modules e2e/node_modules", "e2e": "yarn workspace e2e", "front": "yarn workspace front" }, "resolutions": { "@graphql-tools/schema": "8.5.1", "jackspeak": "2.1.1" }, "devDependencies": { "rimraf": "^5.0.5" }, "dependencies": {} }