-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.39 KB
/
Copy pathpackage.json
File metadata and controls
49 lines (49 loc) · 1.39 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name": "jserrorflow-real-time-visualizer-browser-extension",
"version": "2.0.0",
"description": "Professional browser_extension project",
"type": "module",
"scripts": {
"test": "jest",
"build": "webpack --mode production",
"dev": "webpack --mode development --watch",
"create-icons": "node scripts/create-icons.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension.git"
},
"keywords": [
"browser-extension",
"javascript",
"debugging",
"error-handling",
"developer-tools"
],
"author": "Jules",
"license": "CC-BY-NC-4.0",
"bugs": {
"url": "https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension/issues"
},
"homepage": "https://github.com/chirag127/JSErrorFlow-Real-Time-Visualizer-Browser-Extension#readme",
"devDependencies": {
"@babel/core": "^7.22.5",
"@babel/preset-env": "^7.22.5",
"babel-loader": "^9.1.2",
"copy-webpack-plugin": "^11.0.0",
"html-webpack-plugin": "^5.5.3",
"css-loader": "^6.8.1",
"style-loader": "^3.3.3",
"buffer": "^6.0.3",
"path-browserify": "^1.0.1",
"process": "^0.11.10",
"jest": "^29.5.0",
"jest-environment-jsdom": "^29.5.0",
"sharp": "^0.32.6",
"webpack": "^5.88.0",
"webpack-cli": "^5.1.4"
},
"dependencies": {
"source-map": "^0.7.6"
}
}