Files
laba-webgunea/package.json
2022-01-14 20:28:45 +01:00

36 lines
817 B
JSON

{
"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"
}
}