-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 860 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 860 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
36
37
38
39
40
41
{
"name": "rule-porter",
"version": "2.0.5",
"description": "Convert AI IDE rules between Cursor, Claude Code, Copilot, Windsurf, and AGENTS.md. Bidirectional. Zero dependencies.",
"main": "src/cli.js",
"bin": {
"rule-porter": "src/cli.js"
},
"keywords": [
"cursor",
"cursorrules",
"claude-code",
"copilot",
"agents-md",
"claude-md",
"ai",
"ide",
"rules",
"migration",
"converter",
"windsurf",
"migration-tool",
"format-converter",
"cli-tool"
],
"author": "nedcodes",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nedcodes-ok/rule-porter.git"
},
"files": [
"src/",
"src/parsers/",
"src/formats/"
],
"homepage": "https://nedcodes.dev",
"bugs": {
"url": "https://github.com/nedcodes-ok/rule-porter/issues"
}
}