mirror of
https://github.com/getsentry/sentry-for-ai.git
synced 2026-09-14 14:28:22 +08:00
d07edcb1af
Co-Authored-By: GPT-5.6 <noreply@openai.com>
51 lines
1.2 KiB
JSON
51 lines
1.2 KiB
JSON
{
|
|
"name": "@sentry/ai",
|
|
"version": "0.1.0",
|
|
"description": "Install the Sentry plugin for your AI coding assistants",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/getsentry/sentry-for-ai.git",
|
|
"directory": "packages/installer"
|
|
},
|
|
"homepage": "https://github.com/getsentry/sentry-for-ai#readme",
|
|
"author": "Sentry",
|
|
"license": "MIT",
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"files": [
|
|
"dist",
|
|
"CHANGELOG.md"
|
|
],
|
|
"engines": {
|
|
"node": ">=18.0.0"
|
|
},
|
|
"bin": {
|
|
"sentry-ai": "dist/index.js"
|
|
},
|
|
"scripts": {
|
|
"build": "rolldown --config rolldown.config.mjs",
|
|
"dev": "ts-node src/index.ts",
|
|
"test": "vitest run",
|
|
"format": "oxfmt --write src",
|
|
"format:check": "oxfmt --check src"
|
|
},
|
|
"dependencies": {
|
|
"@inquirer/prompts": "^8.5.2",
|
|
"@listr2/prompt-adapter-inquirer": "^4.2.4",
|
|
"@sentry/node": "^10.57.0",
|
|
"citty": "^0.1.6",
|
|
"jsonc-parser": "^3.3.1",
|
|
"listr2": "^10.2.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^25.9.3",
|
|
"oxfmt": "^0.54.0",
|
|
"rolldown": "^1.1.1",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^6.0.3",
|
|
"vite": "^8.0.16",
|
|
"vitest": "^4.1.8"
|
|
}
|
|
}
|