-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 943 Bytes
/
Copy pathpackage.json
File metadata and controls
45 lines (45 loc) · 943 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
42
43
44
45
{
"name": "agentscribe",
"version": "1.2.1",
"description": "Create AI skills once and sync them across your AI coding tools (Claude, Cursor, Gemini).",
"bin": {
"agentscribe": "bin/agentscribe.js"
},
"files": [
"bin",
"src",
"README.md"
],
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"cli",
"ai",
"skills",
"claude",
"cursor",
"gemini",
"prompts"
],
"author": "",
"license": "MIT",
"type": "commonjs",
"repository": {
"type": "git",
"url": "git+https://github.com/busycaesar/AgentScribe.git"
},
"bugs": {
"url": "https://github.com/busycaesar/AgentScribe/issues"
},
"homepage": "https://github.com/busycaesar/AgentScribe#readme",
"dependencies": {
"chalk": "^5.6.2",
"commander": "^15.0.0",
"fs-extra": "^11.3.5",
"inquirer": "^14.0.2"
}
}