-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 1013 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 1013 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
37
38
39
{
"name": "goto",
"version": "1.0.4.1",
"description": "GoTo and Search popular sites from your NewTab",
"main": "src/js/background.js",
"scripts": {
"test": "playwright test",
"test:ui": "playwright test --ui",
"test:headed": "playwright test --headed",
"test:install": "playwright install chromium",
"prepare": "husky",
"generate:release-notes": "node scripts/generate-release-notes.js",
"lint": "eslint src",
"lint:fix": "eslint src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tusharv/GoTo.git"
},
"keywords": [
"goto",
"search",
"chrome",
"extension"
],
"author": "Tushar Vaghela",
"license": "GPL-3.0-only",
"bugs": {
"url": "https://github.com/tusharv/GoTo/issues"
},
"homepage": "https://github.com/tusharv/GoTo#readme",
"devDependencies": {
"@eslint/js": "^9.38.0",
"@playwright/test": "^1.47.2",
"eslint": "^9.38.0",
"globals": "^16.4.0",
"husky": "^9.0.11"
}
}