|
| 1 | +{ |
| 2 | + "name": "@sentry-internal/feedback", |
| 3 | + "version": "7.70.0", |
| 4 | + "description": "Sentry SDK integration for user feedback", |
| 5 | + "repository": "git://github.com/getsentry/sentry-javascript.git", |
| 6 | + "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/feedback", |
| 7 | + "author": "Sentry", |
| 8 | + "license": "MIT", |
| 9 | + "engines": { |
| 10 | + "node": ">=12" |
| 11 | + }, |
| 12 | + "main": "build/npm/cjs/index.js", |
| 13 | + "module": "build/npm/esm/index.js", |
| 14 | + "types": "build/npm/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.70.0", |
| 27 | + "@sentry/types": "7.70.0", |
| 28 | + "@sentry/utils": "7.70.0", |
| 29 | + "tslib": "^2.4.1 || ^1.9.3" |
| 30 | + }, |
| 31 | + "scripts": { |
| 32 | + "build": "run-p build:transpile build:types build:bundle", |
| 33 | + "build:transpile": "rollup -c rollup.npm.config.js", |
| 34 | + "build:bundle": "rollup -c rollup.bundle.config.js", |
| 35 | + "build:dev": "run-p build:transpile build:types", |
| 36 | + "build:types": "run-s build:types:core build:types:downlevel", |
| 37 | + "build:types:core": "tsc -p tsconfig.types.json", |
| 38 | + "build:types:downlevel": "yarn downlevel-dts build/npm/types build/npm/types-ts3.8 --to ts3.8", |
| 39 | + "build:watch": "run-p build:transpile:watch build:bundle:watch build:types:watch", |
| 40 | + "build:dev:watch": "run-p build:transpile:watch build:types:watch", |
| 41 | + "build:transpile:watch": "yarn build:transpile --watch", |
| 42 | + "build:bundle:watch": "yarn build:bundle --watch", |
| 43 | + "build:types:watch": "tsc -p tsconfig.types.json --watch", |
| 44 | + "build:tarball": "ts-node ../../scripts/prepack.ts --bundles && npm pack ./build/npm", |
| 45 | + "circularDepCheck": "madge --circular src/index.ts", |
| 46 | + "clean": "rimraf build sentry-replay-*.tgz", |
| 47 | + "fix": "run-s fix:eslint fix:prettier", |
| 48 | + "fix:eslint": "eslint . --format stylish --fix", |
| 49 | + "fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"", |
| 50 | + "lint": "run-s lint:prettier lint:eslint", |
| 51 | + "lint:eslint": "eslint . --format stylish", |
| 52 | + "lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"", |
| 53 | + "test": "jest", |
| 54 | + "test:watch": "jest --watch", |
| 55 | + "yalc:publish": "ts-node ../../scripts/prepack.ts --bundles && yalc publish ./build/npm --push" |
| 56 | + }, |
| 57 | + "volta": { |
| 58 | + "extends": "../../package.json" |
| 59 | + }, |
| 60 | + "sideEffects": false |
| 61 | +} |
0 commit comments