forked from BCSDLab-Edu/js-algorithm
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 720 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 720 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
{
"name": "javascript-onboarding-precourse",
"version": "1.0.0",
"description": "우아한테크코스 프리코스 온보딩 미션",
"dependencies": {},
"devDependencies": {
"jest": "^29.0.3"
},
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/woowacourse/javascript-onboarding-precourse.git"
},
"keywords": [],
"author": "woowacourse",
"license": "MIT",
"bugs": {
"url": "https://github.com/woowacourse/javascript-onboarding-precourse/issues"
},
"homepage": "https://github.com/woowacourse/javascript-onboarding-precourse#readme",
"engineStrict": true,
"engines": {
"npm": ">=6.0.0",
"node": ">=14.0.0"
}
}