-
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) · 856 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 856 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": "claude-tools",
"version": "1.1.2",
"description": "CLI tools for creating and managing Claude artifacts",
"main": "index.js",
"bin": {
"claude-tools": "./index.js"
},
"files": [
"index.js",
"commands"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": ["claude", "react", "cli", "ai", "artifact"],
"author": "Devoid Sloth",
"license": "MIT",
"dependencies": {
"inquirer": "^8.2.4",
"chalk": "^4.1.2",
"commander": "^8.3.0",
"axios": "^0.21.1",
"ora": "^5.4.1",
"cli-progress": "^3.9.1"
},
"repository": {
"type": "git",
"url": "https://github.com/DevoidSloth/claude-tools.git"
},
"bugs": {
"url": "https://github.com/DevoidSloth/claude-tools/issues"
},
"homepage": "https://github.com/DevoidSloth/claude-tools#readme"
}