Files
laba-webgunea/package.json
2022-01-15 23:02:40 +01:00

34 lines
719 B
JSON

{
"name": "laba-webgunea",
"version": "1.0.0",
"description": "Laba sarerako webgunea",
"private": true,
"workspaces": [
"back",
"front",
"e2e"
],
"scripts": {
"front": "yarn workspace front",
"back": "yarn workspace back",
"e2e": "yarn workspace e2e",
"heroku-postbuild": "yarn back build"
},
"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"
}