-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
56 lines (56 loc) · 1.52 KB
/
package.json
File metadata and controls
56 lines (56 loc) · 1.52 KB
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
46
47
48
49
50
51
52
53
54
55
56
{
"name": "@epilot/sdk-monorepo",
"private": true,
"version": "4.8.1",
"description": "Javascript SDK monorepo for epilot",
"workspaces": [
"packages/*",
"clients/*"
],
"scripts": {
"dev": "pnpm --no-bail recursive run build:watch",
"test": "pnpm --no-bail recursive run test",
"lint": "biome check .",
"lint:fix": "biome check --write .",
"build": "pnpm --no-bail recursive run build",
"changeset": "changeset",
"version-packages": "changeset version",
"publish-packages": "changeset publish",
"generate-sdk": "tsx scripts/generate-sdk-v2.ts && pnpm lint:fix"
},
"keywords": [
"epilot",
"sdk"
],
"author": "epilot GmbH",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/epilot-dev/sdk-js.git"
},
"bugs": {
"url": "https://github.com/epilot-dev/sdk-js/issues"
},
"homepage": "https://github.com/epilot-dev/sdk-js#readme",
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@changesets/cli": "^2.29.5",
"@types/node": "24.2.0",
"@types/yargs": "^17.0.33",
"@vitest/coverage-v8": "^1.6.0",
"openapicmd": "^2.9.2",
"typescript": "^4.9.3",
"vitest": "^1.0.0",
"webpack-cli": "^5.1.4"
},
"pnpm": {
"overrides": {
"@types/node": "24.2.0"
}
},
"packageManager": "pnpm@10.11.0+sha512.6540583f41cc5f628eb3d9773ecee802f4f9ef9923cc45b69890fb47991d4b092964694ec3a4f738a420c918a333062c8b925d312f42e4f0c263eb603551f977",
"volta": {
"node": "24.14.0",
"npm": "11.12.0"
}
}