-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 779 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 779 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": "interviewpreparationkit",
"version": "1.0.0",
"description": "Big O - https://www.bigocheatsheet.com/",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "git+https://github.com/codeztech-atique/InterviewPreparationKit.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/codeztech-atique/InterviewPreparationKit/issues"
},
"homepage": "https://github.com/codeztech-atique/InterviewPreparationKit#readme",
"dependencies": {
"chalk": "^5.0.1",
"config": "^3.3.3",
"events": "^3.2.0",
"googleapis": "^67.0.0",
"https": "^1.0.0",
"jest": "^28.0.1"
},
"devDependencies": {
"@types/node": "^22.18.8",
"typescript": "^5.9.3"
}
}