forked from momenbasel/keyFinder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
20 lines (20 loc) · 862 Bytes
/
Copy pathpackage.json
File metadata and controls
20 lines (20 loc) · 862 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"name": "keyfinder",
"version": "2.0.0",
"description": "Passive API key and secret discovery for Chrome, Firefox, Edge, and Safari",
"scripts": {
"build": "bash scripts/build.sh",
"build:chrome": "cp manifest.json build/chrome/ && cd build/chrome && zip -r keyfinder-chrome.zip .",
"build:firefox": "cp manifest.firefox.json build/firefox/manifest.json && cd build/firefox && zip -r keyfinder-firefox.zip .",
"build:edge": "cp manifest.edge.json build/edge/manifest.json && cd build/edge && zip -r keyfinder-edge.zip .",
"build:safari": "cp manifest.safari.json build/safari/manifest.json && cd build/safari && zip -r keyfinder-safari.zip ."
},
"keywords": [
"security",
"api-keys",
"secrets",
"browser-extension"
],
"license": "MIT",
"homepage": "https://github.com/earacicotjr-star/keyFinder-1#readme"
}