-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 826 Bytes
/
Copy pathpackage.json
File metadata and controls
27 lines (27 loc) · 826 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
{
"name": "@mbe24/99problems",
"version": "0.0.0-dev",
"description": "AI-native CLI for issue/PR context retrieval across Jira, GitLab, GitHub, and Bitbucket, with structured output for humans and AI agents.",
"bin": {
"99problems": "./npm/bin/99problems.js"
},
"scripts": {
"postinstall": "node npm/install.js"
},
"optionalDependencies": {
"@mbe24/99problems-win32-x64": "0.0.0-dev",
"@mbe24/99problems-linux-x64": "0.0.0-dev",
"@mbe24/99problems-darwin-x64": "0.0.0-dev",
"@mbe24/99problems-darwin-arm64": "0.0.0-dev",
"@mbe24/99problems-linux-arm64": "0.0.0-dev"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mbe24/99problems"
},
"funding": [
"https://github.com/sponsors/mbe24",
"https://ko-fi.com/mbe24"
]
}