-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 1015 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 1015 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
32
{
"devDependencies": {
"@types/fs-extra": "^11.0.4",
"@types/node": "^24.7.2",
"fs-extra": "^11.3.2",
"husky": "^9.1.7",
"ts-node": "^10.9.2",
"ts-node-dev": "^2.0.0",
"typescript": "^5.9.3"
},
"name": "pm-algorithm-study",
"version": "1.0.0",
"description": "인티그레이션 PM Squad 알고리즘 스터디 레포입니다.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "npx ts-node-dev '/Users/heylynn/Desktop/pm-algorithm-study/leetcode/Sorting/25.11.05 229. Majority Element II/신혜린.ts'",
"update-readme": "ts-node scripts/updateReadme.ts",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/shinheylynn/pm-algorithm-study.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/shinheylynn/pm-algorithm-study/issues"
},
"homepage": "https://github.com/shinheylynn/pm-algorithm-study#readme"
}