-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 869 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 869 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
31
{
"name": "one-day-one-algorithm",
"version": "1.0.0",
"description": "1일 1알고리즘 풀기",
"main": "index.js",
"scripts": {
"test": "jest"
},
"keywords": [],
"author": "2wndrhs@gmail.com",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/OneDay-OneAlgorithm/LeeJoongGon.git"
},
"homepage": "https://github.com/OneDay-OneAlgorithm#readme",
"devDependencies": {
"@types/jest": "^29.5.11",
"@typescript-eslint/eslint-plugin": "^6.17.0",
"@typescript-eslint/parser": "^6.17.0",
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-airbnb-typescript": "^17.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"jest": "^29.7.0",
"prettier": "^3.1.1",
"ts-jest": "^29.1.1",
"typescript": "^5.3.3"
}
}