-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
22 lines (22 loc) · 1.16 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
{
"name": "bluesky-finder",
"version": "1.0.0",
"description": "Checks for _atproto DNS TXT records for the current domain and provides a beautiful butterfly indicator for Bluesky presence, if found.",
"scripts": {
"build:chrome": "cp manifest.chrome.json manifest.json && web-ext build -s . -a dist/chrome -i icons/generate-icons.sh -i dist -i manifest.firefox.json -i manifest.chrome.json -i prettier.config.cjs -i package.json -i pnpm-lock.yaml -i README.md -i cspell.json -i LICENSE -n chrome-extension.zip --overwrite-dest && rm manifest.json",
"build:firefox": "cp manifest.firefox.json manifest.json && web-ext build -s . -a dist/firefox -i icons/generate-icons.sh -i dist -i manifest.firefox.json -i manifest.chrome.json -i prettier.config.cjs -i package.json -i pnpm-lock.yaml -i README.md -i cspell.json -i LICENSE -n firefox-extension.zip --overwrite-dest && rm manifest.json"
},
"keywords": [
"bluesky",
"atproto",
"dns",
"chrome extension"
],
"author": "mbm_1607 <[email protected]> (https://github.com/MBM1607)",
"license": "MIT",
"packageManager": "[email protected]",
"devDependencies": {
"@types/chrome": "^0.0.280",
"web-ext": "^8.3.0"
}
}