-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
29 lines (29 loc) · 920 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
{
"name": "ds-svelte-community",
"private": true,
"type": "module",
"scripts": {
"gar-login": "bun x google-artifactregistry-auth",
"build:libs": "bun run --filter @nais/ds-svelte-community-preprocess-svelte build && bun run --filter @nais/vite-plugin-svelte-docs build",
"test": "bun run --filter './packages/**' test",
"lint": "bun run --filter './packages/**' lint",
"check": "bun run --filter './packages/**' check",
"sync": "bun run --filter './packages/**' sync",
"build": "bun run build:libs && bun run --filter './packages/**' build:package",
"release": "bun run build && changeset publish"
},
"workspaces": [
"packages/*"
],
"dependencies": {
"@changesets/cli": "^2.27.11",
"@types/eslint": "^9.6.1",
"ts-morph": "^25.0.0"
},
"devDependencies": {
"@changesets/changelog-github": "^0.5.0",
"glob": "^11.0.1",
"source-map-js": "^1.2.1",
"svelte-highlight": "^7.8.2"
}
}