-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 855 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 855 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
{
"name": "colander-monorepo",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"ready": "vp fmt && vp lint && vp run -r test",
"prepare": "vp config"
},
"devDependencies": {
"@anolilab/semantic-release-pnpm": "catalog:",
"@semantic-release/commit-analyzer": "catalog:",
"@semantic-release/github": "catalog:",
"@semantic-release/release-notes-generator": "catalog:",
"@types/node": "catalog:",
"conventional-changelog-conventionalcommits": "catalog:",
"eslint-plugin-tailwind-canonical-classes": "^1.3.1",
"semantic-release": "catalog:",
"tsx": "^4.21.0",
"vite-plus": "catalog:"
},
"engines": {
"node": ">=24.14.1"
},
"packageManager": "pnpm@10.33.0",
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss",
"sharp"
]
}
}