-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1011 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 1011 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
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "codexkit",
"version": "0.9.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/hoavdc/CodexKit.git"
},
"homepage": "https://codexkit.pages.dev",
"bugs": {
"url": "https://github.com/hoavdc/CodexKit/issues"
},
"description": "Open-source operating kit for people using OpenAI Codex and ChatGPT across engineering, high-reasoning work, and repeatable office operations.",
"engines": {
"node": ">=20.9.0",
"npm": ">=10"
},
"license": "MIT",
"keywords": [
"codex",
"openai",
"chatgpt",
"skills",
"automation",
"mcp",
"developer-tools",
"project-management",
"operations",
"productivity"
],
"scripts": {
"check": "node scripts/validate-pack.mjs && npm --prefix web run lint && npm --prefix web run build",
"dev": "npm --prefix web run dev",
"build": "npm --prefix web run build",
"lint": "npm --prefix web run lint",
"validate": "node scripts/validate-pack.mjs"
}
}