|
1 | 1 | {
|
2 |
| - "private": true, |
3 |
| - "scripts": { |
4 |
| - "prepublish": "pnpm build --filter=svelte-themes", |
5 |
| - "build": "pnpm build", |
6 |
| - "start": "pnpm start", |
7 |
| - "dev": "turbo dev", |
8 |
| - "test:e2e": "turbo test:e2e", |
9 |
| - "test:unit": "turbo test:unit", |
10 |
| - "format": "prettier --write .", |
11 |
| - "lint": "prettier --check . && eslint ." |
12 |
| - }, |
13 |
| - "devDependencies": { |
14 |
| - "@eslint/compat": "^1.2.5", |
15 |
| - "@eslint/js": "^9.18.0", |
16 |
| - "@types/node": "20.5.7", |
17 |
| - "eslint": "^9.18.0", |
18 |
| - "eslint-config-prettier": "^10.0.1", |
19 |
| - "eslint-plugin-svelte": "^2.46.1", |
20 |
| - "prettier": "^3.5.1", |
21 |
| - "prettier-plugin-svelte": "^3.3.3", |
22 |
| - "typescript": "^5.0.0", |
23 |
| - "typescript-eslint": "^8.20.0" |
24 |
| - }, |
25 |
| - "repository": { |
26 |
| - "type": "git", |
27 |
| - "url": "https://github.com/elliott-with-the-longest-name-on-github/svelte-themes.git" |
28 |
| - }, |
29 |
| - "engines": { |
30 |
| - "node": ">=20", |
31 |
| - "pnpm": ">=9" |
32 |
| - }, |
33 |
| - "packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0" |
| 2 | + "private": true, |
| 3 | + "scripts": { |
| 4 | + "prepublish": "pnpm -F svelte-themes build", |
| 5 | + "test:e2e": "pnpm -r test:e2e", |
| 6 | + "test:unit": "pnpm -r test:unit", |
| 7 | + "format": "prettier --write .", |
| 8 | + "check": "pnpm -r check", |
| 9 | + "lint": "prettier --check . && eslint .", |
| 10 | + "release": "pnpm -r build && changeset publish", |
| 11 | + "version-packages": "changeset version && pnpm i --no-frozen-lockfile && git add ." |
| 12 | + }, |
| 13 | + "devDependencies": { |
| 14 | + "@changesets/cli": "^2.28.1", |
| 15 | + "@eslint/compat": "^1.2.5", |
| 16 | + "@eslint/js": "^9.18.0", |
| 17 | + "eslint": "^9.18.0", |
| 18 | + "eslint-config-prettier": "^10.0.1", |
| 19 | + "eslint-plugin-svelte": "^2.46.1", |
| 20 | + "prettier": "^3.5.1", |
| 21 | + "prettier-plugin-svelte": "^3.3.3", |
| 22 | + "typescript": "^5.0.0", |
| 23 | + "typescript-eslint": "^8.20.0" |
| 24 | + }, |
| 25 | + "repository": { |
| 26 | + "directory": "./svelte-themes", |
| 27 | + "type": "git", |
| 28 | + "url": "https://github.com/elliott-with-the-longest-name-on-github/svelte-themes.git" |
| 29 | + }, |
| 30 | + "engines": { |
| 31 | + "node": ">=20", |
| 32 | + "pnpm": ">=9" |
| 33 | + }, |
| 34 | + "packageManager": "[email protected]+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0" |
34 | 35 | }
|
0 commit comments