-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.33 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.33 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
{
"name": "inkform-docs-monorepo",
"version": "0.0.0",
"private": true,
"description": "Open-source Next.js + MDX framework for documentation, API reference, blog, and changelog sites — with themes, examples, and a scaffolding CLI.",
"license": "MIT",
"author": "Charan",
"homepage": "https://github.com/inkform-dev/framework#readme",
"repository": { "type": "git", "url": "git+https://github.com/inkform-dev/framework.git" },
"workspaces": [
"packages/*",
"templates/*",
"examples/*"
],
"scripts": {
"typecheck": "npm run typecheck --workspaces --if-present",
"lint": "npm run lint --workspaces --if-present",
"test": "npm run test --workspace=@inkform/framework",
"build": "npm run build --workspaces --if-present",
"build:examples": "npm run build --workspace=@inkform/example-pokeapi --workspace=@inkform/example-markdown --workspace=@inkform/example-inkform-docs",
"postinstall": "node scripts/prune-workspace-shadows.mjs"
},
"engines": {
"node": ">=22"
},
"devDependencies": {
"prettier": "^3.5.1"
},
"overrides": {
"js-yaml": "^3.15.1",
"next": {
"postcss": "8.5.23",
"sharp": "0.35.3"
},
"postcss": "8.5.23",
"sharp": "0.35.3",
"@modelcontextprotocol/sdk": {
"@hono/node-server": "2.0.12"
},
"@hono/node-server": "2.0.12"
}
}