forked from Creative-Lee/javascript-menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 771 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 771 Bytes
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
{
"name": "javascript-menu",
"version": "1.0.0",
"description": "우아한테크코스 프리코스 점심 메뉴 추천 미션",
"dependencies": {
"@woowacourse/mission-utils": "^1.0.6"
},
"devDependencies": {
"jest": "^29.0.3"
},
"scripts": {
"test": "jest --detectOpenHandles --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woowacourse-precourse/javascript-menu.git"
},
"keywords": [],
"author": "woowacourse",
"license": "MIT",
"bugs": {
"url": "https://github.com/woowacourse-precourse/javascript-menu/issues"
},
"homepage": "https://github.com/woowacourse-precourse/javascript-menu#readme",
"engineStrict": true,
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
}
}