Skip to content

Commit 4d1785d

Browse files
committed
chore: use --write
1 parent e1719a1 commit 4d1785d

File tree

1 file changed

+30
-35
lines changed

1 file changed

+30
-35
lines changed

package.json

Lines changed: 30 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,32 @@
11
{
2-
"name": "bucketeer-docs-local-mcp-server",
3-
"version": "1.0.0",
4-
"description": "Local MCP Server to query Bucketeer documentation",
5-
"main": "dist/main.js",
6-
"type": "module",
7-
"scripts": {
8-
"build": "tsc",
9-
"build:index": "node dist/scripts/buildIndex.js",
10-
"build:index:force": "node dist/scripts/buildIndex.js --force",
11-
"start": "node dist/main.js",
12-
"dev:index": "npm run build && npm run build:index",
13-
"dev": "npm run build && npm start",
14-
"lint": "biome check .",
15-
"lint:fix": "biome check --apply .",
16-
"test:ci": "echo \"No tests specified\" && exit 0"
17-
},
18-
"keywords": [
19-
"mcp",
20-
"documentation",
21-
"search",
22-
"bucketeer"
23-
],
24-
"license": "Apache-2.0",
25-
"dependencies": {
26-
"@modelcontextprotocol/sdk": "^1.8.0",
27-
"@biomejs/biome": "1.9.4",
28-
"axios": "^1.8.4",
29-
"cheerio": "^1.0.0",
30-
"dotenv": "^16.4.7",
31-
"zod": "^3.24.2"
32-
},
33-
"devDependencies": {
34-
"@types/node": "^22.0.0",
35-
"typescript": "^5.5.3"
36-
}
2+
"name": "bucketeer-docs-local-mcp-server",
3+
"version": "1.0.0",
4+
"description": "Local MCP Server to query Bucketeer documentation",
5+
"main": "dist/main.js",
6+
"type": "module",
7+
"scripts": {
8+
"build": "tsc",
9+
"build:index": "node dist/scripts/buildIndex.js",
10+
"build:index:force": "node dist/scripts/buildIndex.js --force",
11+
"start": "node dist/main.js",
12+
"dev:index": "npm run build && npm run build:index",
13+
"dev": "npm run build && npm start",
14+
"lint": "biome check .",
15+
"lint:fix": "biome check --write .",
16+
"test:ci": "echo \"No tests specified\" && exit 0"
17+
},
18+
"keywords": ["mcp", "documentation", "search", "bucketeer"],
19+
"license": "Apache-2.0",
20+
"dependencies": {
21+
"@modelcontextprotocol/sdk": "^1.8.0",
22+
"@biomejs/biome": "1.9.4",
23+
"axios": "^1.8.4",
24+
"cheerio": "^1.0.0",
25+
"dotenv": "^16.4.7",
26+
"zod": "^3.24.2"
27+
},
28+
"devDependencies": {
29+
"@types/node": "^22.0.0",
30+
"typescript": "^5.5.3"
31+
}
3732
}

0 commit comments

Comments
 (0)