-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
40 lines (40 loc) · 1.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
36
37
38
39
40
{
"name": "techstack-detective-mcp",
"version": "1.0.0",
"type": "module",
"description": "Tech Stack Detective MCP - Shopify, WordPress, DNS, SaaS",
"engines": {
"node": ">=20.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.17.5",
"express": "^5.1.0",
"cors": "^2.8.5",
"zod": "^3.25.76",
"apify": "^3.7.0"
},
"devDependencies": {
"@apify/eslint-config": "^2.0.0",
"@apify/tsconfig": "^0.1.1",
"@types/node": "^24.0.0",
"@types/express": "^5.0.2",
"@types/cors": "^2.8.13",
"eslint": "^9.29.0",
"eslint-config-prettier": "^10.1.5",
"globals": "^17.0.0",
"prettier": "^3.5.3",
"tsx": "^4.20.3",
"typescript": "^6.0.0",
"typescript-eslint": "^8.58.0",
"vitest": "^4.1.0"
},
"scripts": {
"start": "npm run start:prod",
"start:prod": "node dist/main.js",
"start:dev": "tsx src/main.ts",
"build": "tsc",
"test": "vitest run"
},
"author": "Emily Ward",
"license": "ISC"
}