{
"name": "@mbe24/99problems",
"version": "0.2.0",
"description": "GitHub issue conversation fetcher CLI",
"bin": {
"99problems": "./npm/bin/99problems.js"
},
"scripts": {
"postinstall": "node npm/install.js"
},
"optionalDependencies": {
"@mbe24/99problems-win32-x64": "0.2.0",
"@mbe24/99problems-linux-x64": "0.2.0",
"@mbe24/99problems-darwin-x64": "0.2.0",
"@mbe24/99problems-darwin-arm64": "0.2.0",
"@mbe24/99problems-linux-arm64": "0.2.0"
},
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/mbe24/99problems"
}
}