-
-
Notifications
You must be signed in to change notification settings - Fork 862
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 759 Bytes
/
package.json
File metadata and controls
31 lines (31 loc) · 759 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
{
"name": "youtube",
"version": "1.0.0",
"description": "",
"main": "background.js",
"scripts": {
"test": "jest tests",
"start": "echo 'This is a browser extension. Please see walkthrough.md for loading instructions.'",
"lint": "eslint --ignore-path tests/.gitignore"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@eslint/eslintrc": "latest",
"@eslint/js": "latest",
"eslint": "^8.57.0",
"globals": "^13.24.0",
"jest": "^29.7.0",
"jslint": "^0.12.1"
},
"dependencies": {
"@eslint/compat": "^1.1.0",
"@eslint/migrate-config": "^1.1.1",
"eslint-plugin-compat": "^5.0.0"
},
"browserslist": [
"last 10 versions, not dead, > 1%",
"not op_mini all"
]
}