-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
33 lines (33 loc) · 1.12 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
{
"name": "doext-commander",
"displayName": "doExt Commander",
"scripts": {
"compile": "tsc -p ./tsconfig.json",
"build-firefox": "ln -fs manifest-firefox.json manifest.json && zip mark_my_search-firefox.zip * -ri dist/**\\* icons/**\\* pages/**\\* lib/email.min.js manifest.json .web-extension-id",
"build-chromium": "ln -fs manifest-chromium.json manifest.json && zip mark_my_search-chromium.zip * -ri dist/**\\* icons/**\\* pages/**\\* lib/email.min.js manifest.json .web-extension-id"
},
"repository": {
"type": "git",
"url": "git+https://github.com/do-ext/commander.git"
},
"author": {
"name": "ator-dev",
"email": "[email protected]",
"url": "https://github.com/ator-dev"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/do-ext/commander/issues"
},
"homepage": "https://github.com/do-ext/commander#readme",
"devDependencies": {
"@types/chrome": "^0.0.204",
"@types/firefox-webext-browser": "^94.0.1",
"@typescript-eslint/eslint-plugin": "^5.46.1",
"@typescript-eslint/parser": "^5.46.1",
"eslint": "^8.30.0",
"jq": "^1.7.2",
"typescript": "^4.9.4",
"winston": "^3.8.2"
}
}