36 lines
791 B
JSON
36 lines
791 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",
|
|
"prettier:front": "front prettier",
|
|
"start": "yarn back start",
|
|
"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"
|
|
}
|