-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 837 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
{
"name": "headless-pm",
"version": "0.12.0",
"description": "100+ free PM skills, 8 domain subagents, and the /pm orchestrator — all free, no license key. Install in Claude chat or any terminal. Discovery, strategy, execution, GTM, analytics, stakeholder comms.",
"main": "lib/installer.js",
"bin": {
"headless-pm": "bin/cli.js"
},
"scripts": {
"test": "node --test tests/installer.test.js"
},
"dependencies": {
"@inquirer/checkbox": "^5.1.4",
"@inquirer/input": "^5.0.4",
"commander": "^12.0.0"
},
"engines": {
"node": ">=18"
},
"keywords": [
"ai",
"product-management",
"pm",
"claude",
"cli",
"mcp"
],
"license": "FSL-1.1-MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/amrekansky/headless-pm.git"
}
}