generated from mbti-nf-team/nextjs-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.04 KB
/
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
{
"name": "gzgzgzz",
"version": "0.0.1",
"description": "gzgzgzz",
"license": "MIT",
"author": {
"email": "dbd02169@naver.com",
"name": "SEUNGMIN SA (Harang)",
"url": "https://github.com/saseungmin"
},
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"turbo:lint": "turbo run lint",
"workspace:project3": "yarn workspace project3",
"workspace:project4": "yarn workspace project4",
"test:unit": "yarn run workspace:project3 test:coverage && yarn run workspace:project4 test:coverage",
"lint": "yarn run workspace:project3 lint && yarn run workspace:project4 lint"
},
"devDependencies": {
"@turbo/gen": "1.12.4",
"eslint": "8.54.0",
"turbo": "1.12.4",
"typescript": "5.3.2"
},
"workspaces": [
"apps/*"
],
"repository": {
"type": "git",
"url": "https://github.com/mbti-nf-team/GZGZGZZ-frontend.git"
},
"bugs": {
"email": "dbd02169@naver.com",
"url": "https://github.com/mbti-nf-team/GZGZGZZ-frontend/issues"
},
"packageManager": "yarn@4.1.0"
}