forked from better-slop/codex-app-linux
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 723 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 723 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
{
"name": "codex-app-linux-publisher",
"private": true,
"version": "0.0.0",
"description": "Build and publish Linux Codex desktop app repacks.",
"author": "Zero Caulk <zero@composer.group>",
"type": "module",
"scripts": {
"canary": "node scripts/canary.mjs",
"smoke": "node scripts/smoke-artifacts.mjs",
"test": "node --test",
"release:prod": "node scripts/release-channel.mjs --channel prod",
"release:beta": "node scripts/release-channel.mjs --channel beta"
},
"devDependencies": {
"@electron/asar": "4.1.0",
"@electron/rebuild": "4.0.3",
"acorn": "8.15.0",
"electron": "42.1.0",
"electron-builder": "26.8.1",
"playwright": "1.61.0",
"ws": "8.20.0"
}
}