-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 762 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 762 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
{
"name": "adv-dsa",
"version": "1.1.5",
"description": "JS-DSA is a comprehensive collection of data structures and algorithms implemented in JavaScript. This project is designed to be a helpful resource for developers, students, and anyone interested in learning about data structures and algorithms through practical JavaScript examples.",
"keywords": [
"data-structures",
"algorithms",
"javascript",
"npm-package"
],
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/PB2204/js-dsa.git"
},
"author": "Pabitra Banerjee",
"license": "MIT",
"devDependencies": {
"jest": "^28.1.3"
}
}