|
7 | 7 | "emscripten" |
8 | 8 | ], |
9 | 9 | "bugs": { |
10 | | - "url": "https://github.com/arianrhodsandlot/nostalgist/issues" |
11 | | - }, |
12 | | - "repository": { |
13 | | - "type": "git", |
14 | | - "url": "git+https://github.com/arianrhodsandlot/nostalgist.git" |
| 10 | + "url": "https://github.com/arianrhodsandlot/nostalgist/issues", |
| 11 | + "email": "theguidanceofawhitetower@gmail.com" |
15 | 12 | }, |
| 13 | + "repository": "arianrhodsandlot/nostalgist", |
16 | 14 | "license": "MIT", |
17 | 15 | "author": { |
18 | 16 | "name": "arianrhodsandlot", |
|
35 | 33 | "dist" |
36 | 34 | ], |
37 | 35 | "scripts": { |
38 | | - "build": "jiti scripts/build.ts && tsc", |
| 36 | + "build": "jiti scripts/build.ts && tsc -p tsconfig.build.json", |
39 | 37 | "dev": "vite playground --open", |
40 | 38 | "dev:e2e": "playwright test -c tests/e2e --ui", |
41 | 39 | "docs:build": "astro build --root docs", |
42 | 40 | "docs:dev": "astro dev --root docs", |
43 | | - "eslint": "eslint --no-warn-ignored", |
44 | | - "lint": "node --run=eslint -- src tests", |
| 41 | + "lint": "eslint src tests", |
45 | 42 | "prepare": "simple-git-hooks && pnpm build", |
46 | 43 | "test": "node --run=test:integration && node --run=test:e2e", |
47 | 44 | "test:e2e": "playwright test -c tests/e2e", |
|
51 | 48 | "pre-commit": "pnpm lint-staged && pnpm build" |
52 | 49 | }, |
53 | 50 | "lint-staged": { |
54 | | - "*.?(m|c)@(j|t)s?(x)": "node --run=eslint -- --fix", |
| 51 | + "*.?(m|c)@(j|t)s?(x)": "eslint --fix", |
55 | 52 | "package.json": "pnpm dlx sort-package-json" |
56 | 53 | }, |
57 | 54 | "dependencies": { |
|
60 | 57 | "@types/path-browserify": "1.0.3" |
61 | 58 | }, |
62 | 59 | "devDependencies": { |
63 | | - "@arianrhodsandlot/eslint-config": "0.23.0", |
64 | | - "@arianrhodsandlot/release-kit": "0.1.11", |
65 | | - "@astrojs/starlight": "0.36.2", |
66 | | - "@happy-dom/global-registrator": "20.0.10", |
67 | | - "@playwright/test": "1.56.1", |
| 60 | + "@arianrhodsandlot/eslint-config": "0.25.3", |
| 61 | + "@arianrhodsandlot/release-kit": "0.1.12", |
| 62 | + "@astrojs/starlight": "0.37.1", |
| 63 | + "@happy-dom/global-registrator": "20.0.11", |
| 64 | + "@playwright/test": "1.57.0", |
| 65 | + "@tsconfig/recommended": "1.0.13", |
68 | 66 | "@types/is-ci": "3.0.4", |
69 | | - "@types/node": "24.10.1", |
| 67 | + "@types/node": "25.0.3", |
70 | 68 | "@types/wicg-file-system-access": "2023.10.7", |
71 | 69 | "@zip.js/zip.js": "2.8.11", |
72 | | - "astro": "5.16.0", |
73 | | - "eslint": "9.39.1", |
| 70 | + "astro": "5.16.6", |
| 71 | + "eslint": "9.39.2", |
74 | 72 | "ini": "6.0.0", |
75 | 73 | "jiti": "2.6.1", |
76 | 74 | "lint-staged": "16.2.7", |
77 | 75 | "path-browserify": "1.0.1", |
78 | | - "prettier": "3.6.2", |
| 76 | + "prettier": "3.7.4", |
79 | 77 | "simple-git-hooks": "2.13.1", |
80 | 78 | "typescript": "5.9.3", |
81 | | - "vite": "7.2.4" |
| 79 | + "vite": "7.3.0" |
82 | 80 | }, |
83 | | - "packageManager": "pnpm@10.23.0", |
| 81 | + "packageManager": "pnpm@10.26.0", |
84 | 82 | "engines": { |
85 | 83 | "node": ">=24.7.0" |
86 | 84 | }, |
|
0 commit comments