forked from iamAntimPal/TechInterviewMaster
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.03 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.03 KB
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
33
34
35
{
"name": "tech-interview-master",
"version": "1.0.0",
"description": "A comprehensive repository for mastering technical interviews, including templates, questions, and resources for various technologies.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/your-username/tech-interview-master.git"
},
"keywords": [
"interview",
"templates",
"resources",
"data-science",
"python",
"nodejs",
"web-development"
],
"author": "Your Name",
"license": "MIT",
"bugs": {
"url": "https://github.com/your-username/tech-interview-master/issues"
},
"homepage": "https://github.com/your-username/tech-interview-master#readme",
"dependencies": {
"express": "^4.18.2",
"dotenv": "^16.0.3"
},
"devDependencies": {
"jest": "^29.5.0"
}
}