forked from MiepHD/Simple-YouTube-Age-Restriction-Bypass
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.35 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"type": "module",
"name": "simple-youtube-age-restriction-bypass",
"description": "A simple userscript to bypass YouTube's age verification and watch age restricted videos without having to sign in.",
"version": "2.5.9",
"repository": {
"type": "git",
"url": "git+https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass.git"
},
"author": "zerody",
"license": "MIT",
"bugs": {
"url": "https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass/issues"
},
"homepage": "https://github.com/zerodytrash/Simple-YouTube-Age-Restriction-Bypass#readme",
"main": "dist/Simple-YouTube-Age-Restriction-Bypass.user.js",
"files": [
"dist/Simple-YouTube-Age-Restriction-Bypass.user.js"
],
"workspaces": [
"account-proxy"
],
"scripts": {
"build": "node --no-warnings scripts/build.js",
"format": "dprint fmt",
"check-format": "dprint check",
"proxy:start": "npm start --workspaces account-proxy"
},
"devDependencies": {
"@babel/preset-env": "^7.22.9",
"@rollup/plugin-babel": "^6.0.3",
"@rollup/plugin-commonjs": "^25.0.3",
"@rollup/plugin-node-resolve": "^15.1.0",
"@rollup/plugin-replace": "^5.0.2",
"archiver": "^5.3.1",
"dprint": "^0.40.2",
"rollup": "^3.27.2",
"rollup-plugin-html": "^0.2.1"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
}
}