|
| 1 | +{ |
| 2 | + "name": "@sentry/bun", |
| 3 | + "version": "7.69.0", |
| 4 | + "description": "Official Sentry SDK for bun", |
| 5 | + "repository": "git://github.com/getsentry/sentry-javascript.git", |
| 6 | + "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/bun", |
| 7 | + "author": "Sentry", |
| 8 | + "license": "MIT", |
| 9 | + "engines": { |
| 10 | + "node": ">=8" |
| 11 | + }, |
| 12 | + "main": "build/esm/index.js", |
| 13 | + "module": "build/esm/index.js", |
| 14 | + "types": "build/types/index.d.ts", |
| 15 | + "typesVersions": { |
| 16 | + "<4.9": { |
| 17 | + "build/npm/types/index.d.ts": [ |
| 18 | + "build/npm/types-ts3.8/index.d.ts" |
| 19 | + ] |
| 20 | + } |
| 21 | + }, |
| 22 | + "publishConfig": { |
| 23 | + "access": "public" |
| 24 | + }, |
| 25 | + "dependencies": { |
| 26 | + "@sentry/core": "7.69.0", |
| 27 | + "@sentry/node": "7.69.0", |
| 28 | + "@sentry/types": "7.69.0", |
| 29 | + "@sentry/utils": "7.69.0" |
| 30 | + }, |
| 31 | + "devDependencies": { |
| 32 | + "bun-types": "latest" |
| 33 | + }, |
| 34 | + "scripts": { |
| 35 | + "build": "run-p build:transpile build:types", |
| 36 | + "build:dev": "yarn build", |
| 37 | + "build:transpile": "rollup -c rollup.npm.config.js", |
| 38 | + "build:types": "run-s build:types:core build:types:downlevel", |
| 39 | + "build:types:core": "tsc -p tsconfig.types.json", |
| 40 | + "build:types:downlevel": "yarn downlevel-dts build/types build/types-ts3.8 --to ts3.8", |
| 41 | + "build:watch": "run-p build:transpile:watch build:types:watch", |
| 42 | + "build:dev:watch": "yarn build:watch", |
| 43 | + "build:transpile:watch": "rollup -c rollup.npm.config.js --watch", |
| 44 | + "build:types:watch": "tsc -p tsconfig.types.json --watch", |
| 45 | + "build:tarball": "ts-node ../../scripts/prepack.ts && npm pack ./build", |
| 46 | + "circularDepCheck": "madge --circular src/index.ts", |
| 47 | + "clean": "rimraf build coverage sentry-node-*.tgz", |
| 48 | + "fix": "run-s fix:eslint fix:prettier", |
| 49 | + "fix:eslint": "eslint . --format stylish --fix", |
| 50 | + "fix:prettier": "prettier --write \"{src,test,scripts}/**/**.ts\"", |
| 51 | + "lint": "run-s lint:prettier lint:eslint", |
| 52 | + "lint:eslint": "eslint . --format stylish", |
| 53 | + "lint:prettier": "prettier --check \"{src,test,scripts}/**/**.ts\"", |
| 54 | + "install:bun": "node ./scripts/install-bun.js", |
| 55 | + "test": "run-s install:bun test:bun", |
| 56 | + "test:bun": "bun test", |
| 57 | + "test:watch": "bun test --watch", |
| 58 | + "yalc:publish": "ts-node ../../scripts/prepack.ts && yalc publish build --push" |
| 59 | + }, |
| 60 | + "volta": { |
| 61 | + "extends": "../../package.json" |
| 62 | + }, |
| 63 | + "sideEffects": false, |
| 64 | + "madge":{ |
| 65 | + "detectiveOptions": { |
| 66 | + "ts": { |
| 67 | + "skipTypeImports": true |
| 68 | + } |
| 69 | + } |
| 70 | + } |
| 71 | +} |
0 commit comments