-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
28 lines (28 loc) · 887 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
{
"name": "custom-youtube-playback-speed",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/tomsaleeba/custom-youtube-playback-speed.git"
},
"private": true,
"license": "MIT",
"scripts": {
"lint": "eslint *.js && prettier --check *.js",
"lint:fix": "eslint --fix *.js && prettier --write *.js"
},
"devDependencies": {
"eslint": "^7.29.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.4",
"prettier": "^2.3.2"
},
"description": "Tampermonkey script to allow custom playback speeds in YouTube site",
"bugs": {
"url": "https://github.com/tomsaleeba/custom-youtube-playback-speed/issues"
},
"homepage": "https://github.com/tomsaleeba/custom-youtube-playback-speed#readme",
"main": "tampermonkey-script.js",
"author": ""
}