-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 933 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 933 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": "10x-outreach-skill",
"version": "3.0.0",
"description": "Complete multi-platform outreach automation for Claude Code — Gmail, LinkedIn, Twitter, Instagram with visual canvas",
"type": "module",
"main": "setup.js",
"scripts": {
"setup": "node scripts/setup-check.js && cd tldraw-canvas && npm install",
"setup:wizard": "node setup.js",
"start": "cd tldraw-canvas && npm run dev -- --port 3000",
"build": "cd tldraw-canvas && npm run build",
"canvas": "cd tldraw-canvas && npm run dev -- --port 3000",
"port:check": "node scripts/port-manager.js check 3000",
"port:free": "node scripts/port-manager.js free 3000"
},
"keywords": [
"outreach",
"automation",
"claude-code",
"workflow",
"gmail",
"linkedin",
"twitter",
"instagram",
"exa-ai",
"canvas"
],
"author": "10x.in",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
}
}