-
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) · 806 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 806 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": "ds-and-algorithm-prep-in-ts",
"version": "1.1.0",
"description": "Data Structures & Algorithms practice in TypeScript",
"dependencies": {
"@typescript-eslint/eslint-plugin": "^4.4.1",
"@typescript-eslint/parser": "^4.4.1",
"eslint": "^7.11.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-prettier": "^3.1.4",
"prettier": "^2.1.2",
"typescript": "^4.0.3",
"tslib": "^2.0.3"
},
"devDependencies": {
"nodemon": "^2.0.4",
"ts-node": "^9.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"data structures",
"algorithms",
"typescript",
"coding interview"
],
"author": "Deepak Chauhan",
"license": "ISC",
"repository": "github:dip4k/DS-and-Algorithm-prep-in-TS"
}