Files
laba-webgunea/package.json
2022-01-14 19:25:41 +01:00

30 lines
645 B
JSON

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