-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.16 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
{
"name": "untidy",
"private": true,
"type": "module",
"license": "Apache-2.0",
"scripts": {
"dev": "tsx playground.ts",
"format": "prettier --cache -w .",
"lint": "eslint . --cache --cache-location \"./node_modules/.cache/eslint/\"",
"build": "pnpm --filter thetvdb build",
"test": "vitest --coverage",
"publish-packages": "pnpm run build && changeset publish",
"docs:dev": "pnpm --filter thetvdb-docs dev",
"docs:build": "pnpm --filter thetvdb-docs build"
},
"devDependencies": {
"@changesets/cli": "^2.27.1",
"@types/node": "^20.12.7",
"@vitest/coverage-v8": "^1.5.3",
"dotenv": "^16.4.5",
"eslint": "^8.57.0",
"eslint-config-untidy": "workspace:^",
"msw": "^2.2.14",
"prettier": "^3.2.5",
"prettier-plugin-astro": "^0.13.0",
"prettier-plugin-tailwindcss": "^0.5.14",
"tsx": "^4.8.0",
"typescript": "^5.4.5",
"vitest": "^1.5.3"
},
"engines": {
"node": "^18.17.0 || ^20.0.0 || ^22.0.0",
"pnpm": "^9"
},
"pnpm": {
"overrides": {
"esbuild": "0.20.2"
}
},
"packageManager": "pnpm@9.0.6+sha256.0624e30eff866cdeb363b15061bdb7fd9425b17bc1bb42c22f5f4efdea21f6b3"
}