-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 807 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 807 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
{
"name": "maang-interview-preparation",
"version": "1.0.0",
"description": "Welcome to the **MAANG Interview Prep** repository. This is a comprehensive, open-source guide designed to prepare you for coding interviews at Meta, Amazon, Apple, Netflix, and Google.",
"main": "index.js",
"scripts": {
"test": "./test_all.sh && ./test_all_cs.sh",
"prepare": "husky"
},
"repository": {
"type": "git",
"url": "git+https://github.com/maruf-pfc/MAANG-Interview-Preparation.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/maruf-pfc/MAANG-Interview-Preparation/issues"
},
"homepage": "https://github.com/maruf-pfc/MAANG-Interview-Preparation#readme",
"devDependencies": {
"husky": "^9.1.7"
}
}