Skip to content

Commit c40316e

Browse files
committed
chore: update build specs
1 parent 5fed1ff commit c40316e

File tree

2 files changed

+21
-11
lines changed

2 files changed

+21
-11
lines changed

.npmignore

Whitespace-only changes.

package.json

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
11
{
2-
"name": "evil-mcp-server",
2+
"name": "@promptfoo/evil-mcp-server",
33
"version": "1.0.0",
44
"description": "MCP server that simulates malicious behaviors for security testing",
5-
"main": "dist/index.js",
5+
"keywords": [
6+
"mcp",
7+
"security",
8+
"testing"
9+
],
10+
"files": ["dist"],
11+
"homepage": "https://github.com/promptfoo/evil-mcp-server#readme",
12+
"bugs": {
13+
"url": "https://github.com/promptfoo/evil-mcp-server/issues"
14+
},
15+
"repository": {
16+
"type": "git",
17+
"url": "git+https://github.com/promptfoo/evil-mcp-server.git"
18+
},
19+
"license": "ISC",
20+
"author": "",
621
"type": "module",
22+
"main": "dist/index.js",
23+
"types": "./dist/index.d.ts",
724
"bin": {
8-
"evil-mcp-server": "./dist/index.js"
25+
"evil-mcp-server": "dist/index.js"
926
},
1027
"scripts": {
1128
"build": "tsc",
@@ -18,13 +35,6 @@
1835
"run:stdio": "npm install && tsx src/index.ts",
1936
"run:http": "npm install && tsx src/index.ts --http"
2037
},
21-
"keywords": [
22-
"mcp",
23-
"security",
24-
"testing"
25-
],
26-
"author": "",
27-
"license": "ISC",
2838
"dependencies": {
2939
"@modelcontextprotocol/sdk": "^1.15.0",
3040
"express": "^4.21.2",
@@ -40,4 +50,4 @@
4050
"engines": {
4151
"node": ">=18"
4252
}
43-
}
53+
}

0 commit comments

Comments
 (0)