|
| 1 | +{ |
| 2 | + "name": "@sentry-internal/integration-shims", |
| 3 | + "version": "7.43.0", |
| 4 | + "description": "Shims for integrations in Sentry SDK.", |
| 5 | + "main": "build/cjs/index.js", |
| 6 | + "module": "build/esm/index.js", |
| 7 | + "types": "build/types/index.d.ts", |
| 8 | + "sideEffects": false, |
| 9 | + "private": true, |
| 10 | + "scripts": { |
| 11 | + "build": "run-p build:transpile build:types", |
| 12 | + "build:transpile": "rollup -c rollup.npm.config.js", |
| 13 | + "build:types": "tsc -p tsconfig.types.json", |
| 14 | + "build:dev": "yarn build", |
| 15 | + "build:watch": "run-p build:transpile:watch build:types:watch", |
| 16 | + "build:dev:watch": "run-p build:watch", |
| 17 | + "build:transpile:watch": "yarn build:rollup --watch", |
| 18 | + "build:types:watch": "yarn build:types --watch", |
| 19 | + "clean": "rimraf build", |
| 20 | + "fix": "run-s fix:eslint fix:prettier", |
| 21 | + "fix:eslint": "eslint . --format stylish --fix", |
| 22 | + "fix:prettier": "prettier --write \"{src,test}/**/*.ts\"", |
| 23 | + "lint": "run-s lint:prettier lint:eslint", |
| 24 | + "lint:eslint": "eslint . --format stylish", |
| 25 | + "lint:prettier": "prettier --check \"{src,test}/**/*.ts\"" |
| 26 | + }, |
| 27 | + "repository": { |
| 28 | + "type": "git", |
| 29 | + "url": "git+https://github.com/getsentry/sentry-javascript.git" |
| 30 | + }, |
| 31 | + "author": "Sentry", |
| 32 | + "license": "MIT", |
| 33 | + "bugs": { |
| 34 | + "url": "https://github.com/getsentry/sentry-javascript/issues" |
| 35 | + }, |
| 36 | + "devDependencies": {}, |
| 37 | + "dependencies": { |
| 38 | + "@sentry/types": "7.43.0" |
| 39 | + }, |
| 40 | + "engines": { |
| 41 | + "node": ">=12" |
| 42 | + }, |
| 43 | + "volta": { |
| 44 | + "extends": "../../package.json" |
| 45 | + } |
| 46 | +} |
0 commit comments