-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 644 Bytes
/
package.json
File metadata and controls
25 lines (25 loc) · 644 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name": "@sentry-internal/typescript",
"version": "10.49.0",
"description": "Typescript configuration used at Sentry",
"repository": "git://github.com/getsentry/sentry-javascript.git",
"homepage": "https://github.com/getsentry/sentry-javascript/tree/master/packages/typescript",
"author": "Sentry",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"files": [
"tsconfig.json"
],
"peerDependencies": {
"typescript": "~5.8.0"
},
"scripts": {
"clean": "yarn rimraf sentry-internal-typescript-*.tgz",
"build:tarball": "npm pack"
},
"volta": {
"extends": "../../package.json"
}
}