-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
31 lines (31 loc) · 935 Bytes
/
package.json
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
26
27
28
29
30
31
{
"name": "",
"version": "",
"description": "Uptrace JS exporter for OpenTelemetry",
"main": "build/src/index.js",
"types": "build/src/index.d.ts",
"scripts": {
"lint:examples": "eslint ./examples/**/*.js",
"lint:examples:fix": "eslint ./examples/**/*.js --fix",
"lint:markdown": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md",
"lint:markdown:fix": "./node_modules/.bin/markdownlint $(git ls-files '*.md') -i ./CHANGELOG.md --fix"
},
"repository": "uptrace/uptrace-js",
"keywords": [
"opentelemetry",
"tracing",
"metrics",
"uptrace"
],
"author": "Uptrace Authors",
"license": "Apache-2.0",
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@typescript-eslint/eslint-plugin": "8.14.0",
"@typescript-eslint/parser": "8.14.0",
"eslint": "9.15.0",
"gts": "6.0.2",
"markdownlint-cli": "0.42.0",
"typescript": "5.6.3"
}
}