-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 969 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 969 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
32
33
34
35
36
{
"name": "ump-inspector",
"version": "1.1.2",
"description": "A browser extension for inspecting and debugging UMP requests on YouTube.",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "webpack --mode=production",
"prepare": "npm run build",
"type-check": "tsc --noEmit"
},
"author": "LuanRT <luan.lrt4@gmail.com> (https://github.com/LuanRT)",
"funding": [
"https://github.com/sponsors/LuanRT"
],
"keywords": [
"Google",
"YouTube"
],
"license": "MIT",
"private": true,
"devDependencies": {
"@babel/preset-env": "^7.28.0",
"@babel/preset-typescript": "^7.23.3",
"@types/chrome": "^0.1.0",
"@types/firefox-webext-browser": "^120.0.5",
"babel-loader": "^9.1.3",
"ts-loader": "^9.5.1",
"typescript": "^5.3.3",
"webpack": "^5.101.3",
"webpack-cli": "^5.1.4",
"webpack-dev-server": "^5.2.1"
},
"dependencies": {
"googlevideo": "^4.0.4"
}
}