This repository was archived by the owner on Mar 21, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.28 KB
/
package.json
File metadata and controls
48 lines (48 loc) · 1.28 KB
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
45
46
47
48
{
"name": "@techstack/x-default-browser",
"version": "1.3.289",
"description": "Detect default web browser of the current user, cross-platform (Win/Lin/Mac)",
"license": "MIT",
"homepage": "https://github.com/The-Code-Monkey/TechStack/blob/dev/packages/x-default-browser/README.md",
"repository": {
"type": "git",
"url": "https://github.com/The-Code-Monkey/TechStack.git"
},
"bugs": {
"url": "https://github.com/The-Code-Monkey/TechStack/issues"
},
"publishConfig": {
"access": "public"
},
"bin": "bin/x-default-browser.js",
"main": "index.js",
"scripts": {
"lint": "tcm lint src bin test",
"mocha": "mocha"
},
"keywords": [
"windows",
"ubuntu",
"linux",
"default",
"browser"
],
"dependencies": {
"default-browser-id": "5.0.0"
},
"devDependencies": {
"@techstack/tcm-cli": "workspace:*",
"@typescript-eslint/eslint-plugin": "7.12.0",
"@typescript-eslint/parser": "7.12.0",
"eslint": "8.57.1",
"eslint-config-prettier": "9.1.0",
"eslint-plugin-import": "2.29.1",
"eslint-plugin-prettier": "5.1.3",
"eslint-plugin-react": "7.34.2",
"mocha": "10.4.0",
"prettier": "3.3.0",
"rewire": "7.0.0",
"typescript": "5.4.5"
},
"gitHead": "7bb2bc7bbce0432773369ca533adf6d1719e877a"
}