-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
26 lines (26 loc) · 899 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
{
"name": "ask-it",
"version": "0.0.0",
"description": "질문과 답변을 넘어, 함께 만드는 인사이트, ‘Ask-It’",
"scripts": {
"test": "turbo run test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/boostcampwm-2024/web07-Ask-It.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/boostcampwm-2024/web07-Ask-It/issues"
},
"homepage": "https://github.com/boostcampwm-2024/web07-Ask-It#readme",
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.12.2",
"@typescript-eslint/parser": "^8.12.2",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"turbo": "^2.2.3"
},
"packageManager": "[email protected]+sha512.0a203ffaed5a3f63242cd064c8fb5892366c103e328079318f78062f24ea8c9d50bc6a47aa3567cabefd824d170e78fa2745ed1f16b132e16436146b7688f19b"
}