forked from jamezrin/lurkloot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.77 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.77 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
{
"name": "lurkloot",
"version": "1.12.2",
"description": "Cross-browser Twitch and Kick drops farming WebExtension using visible muted tabs.",
"license": "Apache-2.0",
"type": "module",
"private": true,
"scripts": {
"dev": "pnpm --filter @lurkloot/extension dev",
"dev:firefox": "pnpm --filter @lurkloot/extension dev:firefox",
"dev:site": "pnpm --filter @lurkloot/site dev",
"build": "pnpm --filter @lurkloot/extension build",
"build:firefox": "pnpm --filter @lurkloot/extension build:firefox",
"build:site": "pnpm --filter @lurkloot/site build",
"build:cli": "pnpm --filter @lurkloot/cli build",
"cli": "node packages/cli/dist/index.mjs",
"build:all": "pnpm -r build",
"zip": "pnpm --filter @lurkloot/extension zip",
"zip:firefox": "pnpm --filter @lurkloot/extension zip:firefox",
"test": "pnpm -r --if-present test",
"typecheck": "pnpm -r typecheck",
"screenshot:store": "pnpm --filter @lurkloot/extension screenshot:store",
"screenshot:store:upload": "pnpm --filter @lurkloot/extension screenshot:store:upload",
"screenshot:store:sync": "pnpm --filter @lurkloot/extension screenshot:store:sync",
"promo:store": "pnpm --filter @lurkloot/extension promo:store",
"kick:inspect": "pnpm --filter @lurkloot/extension kick:inspect",
"privacy:gist": "scripts/update-privacy-gist.sh",
"release:check": "node scripts/release.mjs check",
"release:test": "node --test scripts/release.test.mjs scripts/release/*.test.mjs",
"cws:test": "node --test scripts/cws.test.mjs",
"check": "pnpm cws:test && pnpm release:test && pnpm -r typecheck && pnpm test && pnpm build:site",
"verify": "pnpm check && pnpm build && pnpm build:firefox"
},
"devDependencies": {
"crx3": "2.0.0",
"typescript": "^7.0.0"
}
}