-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.34 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.34 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
41
42
43
44
45
46
47
48
49
50
51
{
"name": "ai-rules-sync",
"version": "0.8.1",
"description": "Synchronize, manage, and share your agent rules (Cursor rules and commands, Copilot instructions) with ease.",
"type": "module",
"bin": {
"ais": "./dist/index.js"
},
"scripts": {
"build": "tsc",
"test": "vitest",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
"docs:sync-tools": "node scripts/sync-supported-tools.mjs",
"release:version": "changeset version",
"release:publish": "changeset publish"
},
"files": [
"dist"
],
"license": "Unlicense",
"repository": {
"type": "git",
"url": "git+https://github.com/lbb00/ai-rules-sync.git"
},
"keywords": [
"ai",
"cursor",
"copilot",
"rules",
"commands",
"sync"
],
"dependencies": {
"chalk": "^5.6.2",
"commander": "^14.0.2",
"execa": "^9.6.1",
"fs-extra": "^11.3.3",
"linkany": "^0.0.4"
},
"devDependencies": {
"@changesets/cli": "^2.29.8",
"@types/fs-extra": "^11.0.4",
"@types/node": "^25.0.3",
"typescript": "^5.9.3",
"vitepress": "^1.6.4",
"vitest": "^4.0.16"
},
"packageManager": "pnpm@9.15.3+sha512.1f79bc245a66eb0b07c5d4d83131240774642caaa86ef7d0434ab47c0d16f66b04e21e0c086eb61e62c77efc4d7f7ec071afad3796af64892fae66509173893a"
}