-
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 901 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 901 Bytes
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
{
"name": "copepod-modules",
"version": "0.0.0",
"private": true,
"packageManager": "pnpm@9.12.0",
"scripts": {
"prepare": "git config core.hooksPath .githooks",
"lint": "eslint",
"build": "pnpm m run build",
"test": "pnpm m run --if-present test",
"check": "pnpm m exec tsc --noEmit",
"changeset": "changeset"
},
"devDependencies": {
"@antfu/eslint-config": "^3.7.3",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.9",
"@total-typescript/tsconfig": "^1.0.4",
"@types/html-minifier-terser": "^7.0.2",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.7.4",
"astro-eslint-parser": "^1.0.3",
"eslint": "^9.12.0",
"eslint-plugin-astro": "^1.2.4",
"eslint-plugin-format": "^0.1.2",
"lint-staged": "^15.2.10",
"pnpm": "^9.15.0",
"tsup": "^8.3.0",
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
"astro>cookie": "^0.7.1"
}
}
}