-
Notifications
You must be signed in to change notification settings - Fork 837
/
package.json
29 lines (29 loc) · 824 Bytes
/
package.json
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": "curated-list-for-javascript-interviews",
"version": "1.0.0",
"description": "**A curated list of resources for JavaScript Interviews**",
"main": "random-code-1.js",
"dependencies": {
"axios": "^0.18.1",
"immutability-helper": "^2.7.1",
"lodash": "^4.17.21",
"request": "^2.87.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohan-paul/Awesome-JavaScript-Interviews.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/rohan-paul/Awesome-JavaScript-Interviews/issues"
},
"homepage": "https://github.com/rohan-paul/Awesome-JavaScript-Interviews#readme",
"devDependencies": {
"tslint": "^6.1.2",
"typescript": "^4.0.0-beta"
}
}