forked from wuyiping0628/next-sdk-new
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 985 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 985 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
{
"name": "next-sdk",
"version": "1.0.0",
"private": true,
"description": "OpenTiny NEXT MCP",
"packageManager": "pnpm@9.15.0",
"scripts": {
"dev": "pnpm -F doc-ai dev",
"wiki": "pnpm -F next-docs dev",
"inspector": "npx @modelcontextprotocol/inspector",
"build": "pnpm -F @opentiny/next-sdk build:all",
"build:remoter": "pnpm -F @opentiny/next-remoter build",
"build:site": "pnpm -F @opentiny/next-remoter build:site",
"dev:remoter": "pnpm -F @opentiny/next-remoter dev",
"pub:next-sdk": "pnpm -F @opentiny/next-sdk publish --no-git-checks",
"pub:remoter": "pnpm -F @opentiny/next-remoter publish --no-git-checks"
},
"devDependencies": {
"prettier": "^3.0.3",
"@modelcontextprotocol/inspector": "^0.16.1"
},
"pnpm": {
"overrides": {
"rollup": "4.43.0"
}
},
"keywords": [],
"author": "",
"license": "MIT",
"engines": {
"node": ">=16",
"pnpm": ">=8"
}
}