|  | 
|  | 1 | +{ | 
|  | 2 | +  "name": "@sentry-internal/dev-utils", | 
|  | 3 | +  "version": "7.0.0-beta.0", | 
|  | 4 | +  "description": "Development utilities for all Sentry JavaScript SDKs", | 
|  | 5 | +  "repository": "git://github.com/getsentry/sentry-javascript.git", | 
|  | 6 | +  "homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/dev-utils", | 
|  | 7 | +  "author": "Sentry", | 
|  | 8 | +  "license": "BSD-3-Clause", | 
|  | 9 | +  "engines": { | 
|  | 10 | +    "node": ">=8" | 
|  | 11 | +  }, | 
|  | 12 | +  "main": "build/cjs/index.js", | 
|  | 13 | +  "module": "build/esm/index.js", | 
|  | 14 | +  "types": "build/types/index.d.ts", | 
|  | 15 | +  "publishConfig": { | 
|  | 16 | +    "access": "public" | 
|  | 17 | +  }, | 
|  | 18 | +  "scripts": { | 
|  | 19 | +    "build": "run-p build:rollup build:types", | 
|  | 20 | +    "build:dev": "run-s build", | 
|  | 21 | +    "build:rollup": "rollup -c rollup.npm.config.js", | 
|  | 22 | +    "build:types": "tsc -p tsconfig.types.json", | 
|  | 23 | +    "build:watch": "run-p build:rollup:watch build:types:watch", | 
|  | 24 | +    "build:dev:watch": "run-s build:watch", | 
|  | 25 | +    "build:rollup:watch": "rollup -c rollup.npm.config.js --watch", | 
|  | 26 | +    "build:types:watch": "tsc -p tsconfig.types.json --watch", | 
|  | 27 | +    "build:npm": "ts-node ../../scripts/prepack.ts && npm pack ./build", | 
|  | 28 | +    "circularDepCheck": "madge --circular src/index.ts", | 
|  | 29 | +    "clean": "rimraf build coverage cjs esm sentry-dev-utils-*.tgz", | 
|  | 30 | +    "fix": "run-s fix:eslint fix:prettier", | 
|  | 31 | +    "fix:eslint": "eslint . --format stylish --fix", | 
|  | 32 | +    "fix:prettier": "prettier --write \"{src,test,scripts}/**/*.ts\"", | 
|  | 33 | +    "link:yarn": "yarn link", | 
|  | 34 | +    "lint": "run-s lint:prettier lint:eslint", | 
|  | 35 | +    "lint:eslint": "eslint . --cache --cache-location '../../eslintcache/' --format stylish", | 
|  | 36 | +    "lint:prettier": "prettier --check \"{src,test,scripts}/**/*.ts\"", | 
|  | 37 | +    "test": "jest", | 
|  | 38 | +    "test:watch": "jest --watch" | 
|  | 39 | +  }, | 
|  | 40 | +  "volta": { | 
|  | 41 | +    "extends": "../../package.json" | 
|  | 42 | +  }, | 
|  | 43 | +  "sideEffects": false | 
|  | 44 | +} | 
0 commit comments