targetprocess-mcp-server 1.0.2 → 1.0.4
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,15 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "targetprocess-mcp-server",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"bin":
|
|
5
|
-
"tp": "build/src/index.js"
|
|
6
|
-
},
|
|
4
|
+
"bin": "./build/index.js",
|
|
7
5
|
"scripts": {
|
|
8
6
|
"prebuild": "rimraf build dist",
|
|
9
7
|
"build": "tsc",
|
|
10
|
-
"postbuild": "shx chmod +x build/**/*.js"
|
|
11
|
-
"prestart": "npm run build",
|
|
12
|
-
"start": "node build/src/main.js"
|
|
8
|
+
"postbuild": "shx chmod +x build/**/*.js"
|
|
13
9
|
},
|
|
14
10
|
"files": [
|
|
15
11
|
"build"
|
|
@@ -28,9 +24,9 @@
|
|
|
28
24
|
"engines": {
|
|
29
25
|
"node": ">=20.x"
|
|
30
26
|
},
|
|
31
|
-
"version": "1.0.
|
|
27
|
+
"version": "1.0.4",
|
|
32
28
|
"description": "MCP server for Tartget Process",
|
|
33
|
-
"main": "build/
|
|
29
|
+
"main": "build/index.js",
|
|
34
30
|
"keywords": [
|
|
35
31
|
"mcp",
|
|
36
32
|
"tp",
|
|
@@ -47,9 +43,7 @@
|
|
|
47
43
|
"dotenv": "^17.2.4",
|
|
48
44
|
"@types/jsdom": "^27.0.0",
|
|
49
45
|
"typescript": "^5.9.3",
|
|
50
|
-
"jsdom": "^28.0.0"
|
|
51
|
-
},
|
|
52
|
-
"devDependencies": {
|
|
46
|
+
"jsdom": "^28.0.0",
|
|
53
47
|
"rimraf": "^6.1.2",
|
|
54
48
|
"shx": "^0.4.0",
|
|
55
49
|
"tsup": "^8.5.0"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|