-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 747 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 747 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
{
"name": "visor",
"version": "0.0.1",
"description": "Full-coverage `<head>` gear for your Astro app.",
"license": "MIT",
"publishConfig": {
"access": "public"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"build": "turbo run build",
"clean": "turbo run clean",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"ci:publish": "turbo run build && changeset publish"
},
"dependencies": {
"@types/node": "^20.17.0"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"turbo": "^1.13.3"
},
"engines": {
"node": ">=22",
"pnpm": ">=9.0.5",
"npm": "please-use-pnpm",
"yarn": "please-use-pnpm"
},
"packageManager": "pnpm@9.0.5"
}