-
Notifications
You must be signed in to change notification settings - Fork 77
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.38 KB
/
Copy pathpackage.json
File metadata and controls
44 lines (44 loc) · 1.38 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
39
40
41
42
43
44
{
"name": "axiom",
"version": "27.0.0-beta.15",
"description": "Battle-tested Claude Code skills, agents, and tools for modern xOS (iOS, iPadOS, tvOS, watchOS) development — Swift 6, SwiftUI, Liquid Glass, Apple Intelligence, and more",
"type": "module",
"pi": {
"skills": [
".claude-plugin/plugins/axiom/skills"
],
"extensions": [
"axiom-pi/src/index.ts"
]
},
"scripts": {
"build": "npm run build:codex && npm run build:mcp && npm run build:docs",
"build:codex": "node scripts/build-codex.ts",
"build:mcp": "cd axiom-mcp && pnpm run build:bundle",
"build:docs": "vitepress build docs",
"docs:build": "npm run build:docs",
"docs:dev": "vitepress dev docs",
"docs:preview": "vitepress preview docs",
"test": "node scripts/pre-deploy.ts --static",
"test:full": "node scripts/pre-deploy.ts",
"test:unit": "node --test scripts/*.test.ts",
"test:routing": "node scripts/test-routing.ts",
"check:refs": "node scripts/check-cross-refs.js",
"predeploy": "npm run test:unit && npm run build:mcp && node scripts/pre-deploy.ts"
},
"devDependencies": {
"gray-matter": "^4.0.3",
"mermaid": "^11.12.2",
"vitepress": "2.0.0-alpha.15",
"vitepress-plugin-mermaid": "^2.0.17"
},
"keywords": [
"claude-code",
"ios",
"xcode",
"plugins",
"development"
],
"author": "",
"license": "MIT"
}