-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 853 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 853 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
{
"name": "javascript-machine-coding",
"version": "1.0.0",
"description": "JavaScript machine coding round question bank",
"main": "lruCache.js",
"scripts": {
"practice": "node -r ts-node/register LLD/practice.ts",
"format": "prettier --write ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/SouravBandyopadhyay/javascript-machine-coding.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"type": "commonjs",
"bugs": {
"url": "https://github.com/SouravBandyopadhyay/javascript-machine-coding/issues"
},
"homepage": "https://github.com/SouravBandyopadhyay/javascript-machine-coding#readme",
"devDependencies": {
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-prettier": "^5.5.5",
"prettier": "^3.8.3",
"ts-node": "^10.9.2",
"typescript": "^5.9.3"
}
}