-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 833 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 833 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
{
"name": "@useorgx/cursor-plugin",
"version": "0.1.0",
"description": "OrgX plugin for Cursor with MCP, rules, skills, hooks, commands, and specialist agents.",
"type": "module",
"private": true,
"scripts": {
"verify": "node ./scripts/verify-plugin.mjs",
"install:local": "node ./scripts/install-local.mjs",
"check": "npm run verify"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"cursor",
"cursor-plugin",
"orgx",
"mcp",
"agent-orchestration",
"workflow"
],
"author": "OrgX Team <team@useorgx.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/useorgx/cursor-plugin.git"
},
"homepage": "https://github.com/useorgx/cursor-plugin",
"bugs": {
"url": "https://github.com/useorgx/cursor-plugin/issues"
}
}