{ "name": "laba-webgunea", "version": "1.0.0", "description": "Laba sarerako webgunea", "private": true, "workspaces": [ "back", "front" ], "scripts": { "start:back": "yarn workspace back start", "develop:back": "yarn workspace back develop", "develop:front": "yarn workspace front develop", "prettier:front": "yarn prettier front --write" }, "repository": { "type": "git", "url": "git+https://github.com/labasarea/laba-webgunea.git" }, "keywords": [ "laba", "webgunea", "labasarea", "laba.eus" ], "author": "Laba Sarea", "license": "ISC", "bugs": { "url": "https://github.com/labasarea/laba-webgunea/issues" }, "homepage": "https://github.com/labasarea/laba-webgunea#readme", "devDependencies": { "prettier": "^2.5.1" } }