-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 814 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 814 Bytes
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
{
"name": "angie-acf-mcp",
"version": "1.0.0",
"description": "Advanced Custom Fields Model Context Protocol server integration for Angie",
"private": true,
"type": "module",
"scripts": {
"dev": "vite build --watch",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"type-check": "tsc --noEmit"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^8.45.0",
"@typescript-eslint/parser": "^8.45.0",
"eslint": "^9.37.0",
"globals": "^15.14.0",
"typescript": "^5.9.3",
"vite": "7.1.11"
},
"dependencies": {
"@elementor/angie-sdk": "^1.0.3",
"zod": "^3.24.2"
},
"keywords": [
"wordpress",
"acf",
"mcp",
"ai",
"angie"
],
"author": "Elementor.com"
}