@flemist/mcp-project-tools 3.0.8 → 3.0.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@flemist/mcp-project-tools",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.9",
|
|
4
4
|
"description": "MCP project tools",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"access": "public"
|
|
@@ -22,36 +22,6 @@
|
|
|
22
22
|
"stylelint --fix --allow-empty-input"
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
|
-
"scripts": {
|
|
26
|
-
"========================= install =========================": "",
|
|
27
|
-
"prepare": "node .husky/install.mjs",
|
|
28
|
-
"preinstall": "npx only-allow pnpm",
|
|
29
|
-
"_prepublishOnly": "pnpm build && pnpm test:unit",
|
|
30
|
-
"publish:check": "pnpm pack",
|
|
31
|
-
"========================= deploy =========================": "",
|
|
32
|
-
"build": "vite build",
|
|
33
|
-
"build:portable": "vite build && shx cp static/** build && shx cp package.json build && cd build && pnpm install --prod --shamefully-hoist --node-linker=hoisted --ignore-scripts && cd ..",
|
|
34
|
-
"========================= start =========================": "",
|
|
35
|
-
"dev": "tsx src/cli.ts",
|
|
36
|
-
"preview": "node build",
|
|
37
|
-
"========================= lint =========================": "",
|
|
38
|
-
"audit": "pnpm audit --prod",
|
|
39
|
-
"lint:es": "eslint --config eslint.config.mjs .",
|
|
40
|
-
"lint:es:fix": "eslint --config eslint.config.mjs --fix .",
|
|
41
|
-
"lint": "run-p lint:es",
|
|
42
|
-
"lint:fix": "run-s lint:es:fix",
|
|
43
|
-
"lint-staged": "lint-staged",
|
|
44
|
-
"========================= test =========================": "",
|
|
45
|
-
"test": "run-s test:unit test:api test:e2e",
|
|
46
|
-
"test:e2e": "vitest --run --bail 3 .e2e.",
|
|
47
|
-
"test:api": "vitest --run --bail 3 .api.",
|
|
48
|
-
"test:unit": "vitest --run --bail 3 .test.",
|
|
49
|
-
"test:types": "tsc --noEmit",
|
|
50
|
-
"========================= dev =========================": "",
|
|
51
|
-
"kill-node": "taskkill /F /IM node.exe",
|
|
52
|
-
"kill-java": "taskkill /F /IM java.exe",
|
|
53
|
-
"kill-chrome": "taskkill /F /IM chrome.exe"
|
|
54
|
-
},
|
|
55
25
|
"repository": {
|
|
56
26
|
"type": "git",
|
|
57
27
|
"url": "git+https://github.com/NikolayMakhonin/mcp-project.git"
|
|
@@ -110,5 +80,32 @@
|
|
|
110
80
|
"tree-kill": "1.2.2",
|
|
111
81
|
"zod": "3.25.74"
|
|
112
82
|
},
|
|
113
|
-
"
|
|
114
|
-
|
|
83
|
+
"scripts": {
|
|
84
|
+
"========================= install =========================": "",
|
|
85
|
+
"preinstall": "npx only-allow pnpm",
|
|
86
|
+
"publish:check": "pnpm pack",
|
|
87
|
+
"========================= deploy =========================": "",
|
|
88
|
+
"build": "vite build",
|
|
89
|
+
"build:portable": "vite build && shx cp static/** build && shx cp package.json build && cd build && pnpm install --prod --shamefully-hoist --node-linker=hoisted --ignore-scripts && cd ..",
|
|
90
|
+
"========================= start =========================": "",
|
|
91
|
+
"dev": "tsx src/cli.ts",
|
|
92
|
+
"preview": "node build",
|
|
93
|
+
"========================= lint =========================": "",
|
|
94
|
+
"audit": "pnpm audit --prod",
|
|
95
|
+
"lint:es": "eslint --config eslint.config.mjs .",
|
|
96
|
+
"lint:es:fix": "eslint --config eslint.config.mjs --fix .",
|
|
97
|
+
"lint": "run-p lint:es",
|
|
98
|
+
"lint:fix": "run-s lint:es:fix",
|
|
99
|
+
"lint-staged": "lint-staged",
|
|
100
|
+
"========================= test =========================": "",
|
|
101
|
+
"test": "run-s test:unit test:api test:e2e",
|
|
102
|
+
"test:e2e": "vitest --run --bail 3 .e2e.",
|
|
103
|
+
"test:api": "vitest --run --bail 3 .api.",
|
|
104
|
+
"test:unit": "vitest --run --bail 3 .test.",
|
|
105
|
+
"test:types": "tsc --noEmit",
|
|
106
|
+
"========================= dev =========================": "",
|
|
107
|
+
"kill-node": "taskkill /F /IM node.exe",
|
|
108
|
+
"kill-java": "taskkill /F /IM java.exe",
|
|
109
|
+
"kill-chrome": "taskkill /F /IM chrome.exe"
|
|
110
|
+
}
|
|
111
|
+
}
|