UNPKG

@sentry/wizard

Version:

Sentry wizard helping you to configure your project

103 lines (102 loc) 2.97 kB
{ "name": "@sentry/wizard", "version": "6.8.0", "homepage": "https://github.com/getsentry/sentry-wizard", "repository": "https://github.com/getsentry/sentry-wizard", "description": "Sentry wizard helping you to configure your project", "keywords": [ "sentry", "wizard", "sdk", "cli", "project", "setup", "install", "configure" ], "bin": { "sentry-wizard": "dist/bin.js" }, "main": "dist/index.js", "typings": "dist/index.d.ts", "typescript": { "definition": "dist/index.d.ts" }, "files": [ "dist" ], "dependencies": { "@clack/prompts": "0.7.0", "@sentry/node": "^7.119.2", "axios": "1.12.0", "chalk": "^2.4.1", "glob": "9.3.5", "inquirer": "^6.2.0", "js-yaml": "^4.1.1", "magicast": "^0.2.10", "opn": "^5.4.0", "read-env": "^1.3.0", "recast": "^0.23.3", "semver": "^7.5.3", "xcode": "3.0.1", "xml-js": "^1.6.11", "yargs": "^16.2.0" }, "devDependencies": { "@babel/types": "~7.21.4", "@types/glob": "^7.2.0", "@types/inquirer": "^0.0.43", "@types/js-yaml": "^4.0.9", "@types/node": "^18.19.76", "@types/opn": "5.1.0", "@types/semver": "^7.3.7", "@types/yargs": "^16.0.9", "@typescript-eslint/eslint-plugin": "^5.13.0", "@typescript-eslint/parser": "^5.13.0", "@vitest/coverage-v8": "3.0.9", "clifty": "0.3.2", "eslint": "^8.18.0", "eslint-config-prettier": "^8.3.0", "eslint-plugin-vitest": "^0.5.4", "fossilize": "^0.3.1", "prettier": "^2.8.7", "ts-node": "^10.9.1", "typescript": "^5.0.4", "vite": "^6.2.3", "vitest": "^3.0.9" }, "resolutions": { "simple-plist": "1.4.0-0" }, "engines": { "node": ">=18.20.6", "npm": ">=3.10.7", "yarn": ">=1.0.2" }, "scripts": { "clean": "rm -rf ./dist", "prebuild": "yarn clean", "build:watch": "yarn tsc -w", "build": "yarn tsc", "postbuild": "chmod +x ./dist/bin.js && cp -r scripts/** dist", "lint": "yarn lint:prettier && yarn lint:eslint", "lint:prettier": "prettier --check \"{lib,src,test}/**/*.ts\"", "lint:eslint": "eslint . --cache --format stylish --max-warnings=0", "fix": "yarn fix:eslint && yarn fix:prettier", "fix:prettier": "prettier --write \"{lib,src,test}/**/*.ts\"", "fix:eslint": "eslint . --format stylish --fix --max-warnings=0", "test": "vitest run --coverage", "test:e2e": "yarn build && ./e2e-tests/run.sh", "test:e2e:bin": "chmod +x ./dist-bin/* && SENTRY_WIZARD_E2E_TEST_BIN=1 ./e2e-tests/run.sh", "try": "ts-node bin.ts", "try:uninstall": "ts-node bin.ts --uninstall", "test:watch": "vitest" }, "author": "Sentry", "license": "FSL-1.1-MIT", "volta": { "node": "18.20.6", "yarn": "1.22.19" }, "packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" }