-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
22 lines (22 loc) · 1.25 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "final-project-group-codelite_lsar",
"version": "1.0.0",
"description": "Leetify is an online platform that provides a collection of coding challenges to help developers prepare for technical interviews. The platform offers a wide range of problems that cover various data structures and algorithms, such as arrays, linked lists, trees, graphs, dynamic programming, and more. Leetify can be used by many software engineers, developers, and students who want to enhance their problem-solving and coding skills. It can also be commonly used as a tool for technical interviews, where candidates are often asked to solve coding problems similar to those found on Leetify. There are three types of users:",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neu-mis-info-6150-spring-2023/final-project-group-codelite_lsar.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/neu-mis-info-6150-spring-2023/final-project-group-codelite_lsar/issues"
},
"homepage": "https://github.com/neu-mis-info-6150-spring-2023/final-project-group-codelite_lsar#readme",
"dependencies": {
"vercel": "^39.0.2"
}
}