-
Notifications
You must be signed in to change notification settings - Fork 18
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1 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
{
"name": "cesium-mcp",
"version": "1.139.19",
"private": true,
"description": "MCP (Model Context Protocol) integration for CesiumJS",
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces",
"typecheck": "npm run typecheck --workspaces --if-present",
"test": "vitest",
"lint": "eslint packages/*/src/**/*.ts",
"clean": "rimraf packages/*/dist",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"changeset": "changeset",
"version": "changeset version",
"release": "npm run build && changeset publish",
"postinstall": "patch-package"
},
"devDependencies": {
"@changesets/changelog-github": "^0.6.0",
"@changesets/cli": "^2.30.0",
"patch-package": "^8.0.1",
"playwright": "^1.58.2",
"puppeteer-core": "^24.40.0",
"typescript": "^5.3.0",
"vitepress": "^1.6.4",
"vitest": "^4.1.0",
"wrangler": "^4.73.0"
},
"license": "MIT"
}