-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 1002 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 1002 Bytes
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
{
"name": "beauticode",
"version": "0.1.0",
"private": true,
"type": "module",
"description": "Local image/video backgrounds for supported coding hosts. Unofficial.",
"workspaces": [
"packages/*",
"apps/*"
],
"scripts": {
"build": "npm run build -w @beauticode/core && npm run build -w @beauticode/adapter-codex",
"test": "npm run test -w @beauticode/core && npm run test -w @beauticode/adapter-codex",
"typecheck": "npm run build -w @beauticode/core && npm run typecheck -w @beauticode/adapter-codex",
"discover": "node scripts/beauticode.mjs discover",
"bc": "node scripts/beauticode.mjs",
"smoke:live": "npm run build && node scripts/live-smoke.mjs",
"tray": "npm run build && powershell -NoProfile -ExecutionPolicy Bypass -File apps/tray/start-tray.ps1 -SkipBuild",
"installer:windows": "powershell -NoProfile -ExecutionPolicy Bypass -File scripts/build-windows-installer.ps1"
},
"engines": {
"node": ">=22"
},
"license": "MIT"
}