-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.21 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"name": "opentelemetry-js-contrib",
"version": "0.0.0",
"description": "This is a repository from Uphold for OpenTelemetry JavaScript contributions.",
"license": "MIT",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/uphold/opentelemetry-js-contrib.git"
},
"workspaces": [
"packages/*"
],
"scripts": {
"build": "npm run build --workspaces --",
"lint": "npm run lint --workspaces --",
"lint-staged": "lint-staged",
"test": "npm run test --workspaces -- run"
},
"pre-commit": [
"lint-staged"
],
"devDependencies": {
"@opentelemetry/api": "^1.9.0",
"@opentelemetry/core": "^1.30.0",
"@types/node": "^22.10.2",
"@typescript-eslint/eslint-plugin": "^8.18.2",
"@typescript-eslint/parser": "^8.18.2",
"@uphold/github-changelog-generator": "^3.4.0",
"@vitest/coverage-v8": "^2.1.8",
"eslint": "~8.57.1",
"eslint-config-uphold": "^6.0.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vitest": "^0.5.4",
"lint-staged": "^15.2.11",
"pre-commit": "^1.2.2",
"prettier": "^2.8.8",
"release-it": "^17.11.0",
"typescript": "^5.7.2",
"vitest": "^2.1.8"
},
"engines": {
"node": ">=18"
}
}