-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 944 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "laba-webgunea",
"version": "1.0.0",
"private": true,
"description": "Laba sarerako webgunea",
"keywords": [
"laba",
"webgunea",
"labasarea",
"laba.eus"
],
"homepage": "https://github.com/labasarea/laba-webgunea#readme",
"bugs": {
"url": "https://github.com/labasarea/laba-webgunea/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/labasarea/laba-webgunea.git"
},
"license": "ISC",
"author": "Laba Sarea",
"workspaces": [
"back",
"front",
"e2e"
],
"scripts": {
"back": "yarn workspace back",
"clear-node-modules": "yarn rimraf node_modules back/node_modules front/node_modules e2e/node_modules",
"e2e": "yarn workspace e2e",
"front": "yarn workspace front"
},
"resolutions": {
"@graphql-tools/schema": "8.5.1",
"jackspeak": "2.1.1"
},
"devDependencies": {
"rimraf": "^5.0.5"
},
"dependencies": {}
}