-
Notifications
You must be signed in to change notification settings - Fork 101
/
package.json
41 lines (41 loc) · 1.29 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
{
"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.11",
"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"
],
"scripts": {
"build": "node --no-warnings scripts/build.js",
"format": "dprint fmt",
"check-format": "dprint check"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@rollup/plugin-babel": "^6.0.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@rollup/plugin-replace": "^6.0.1",
"@types/node": "^22.9.0",
"@types/trusted-types": "^2.0.7",
"archiver": "^7.0.1",
"dprint": "^0.47.5",
"rollup": "^4.27.2"
},
"engines": {
"node": ">=18.0.0",
"npm": ">=7.0.0"
}
}