-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
34 lines (34 loc) · 967 Bytes
/
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
{
"name": "svelte-cloudinary-monorepo",
"license": "MIT",
"private": true,
"repository": "[email protected]:cloudinary-community/svelte-cloudinary.git",
"contributors": [
"Willow (GHOST) <[email protected]> (https://ghostdev.xyz)",
"Colby Fayock <[email protected]>",
"Matias Hernandez <[email protected]>"
],
"scripts": {
"build": "pnpm -r build",
"lint": "pnpm -r lint",
"check": "pnpm -r check",
"format": "pnpm --parallel -r format",
"test": "pnpm --filter svelte-cloudinary -r test",
"dev": "pnpm --parallel -r dev",
"package": "pnpm --filter svelte-cloudinary -r build"
},
"devDependencies": {
"@changesets/cli": "^2.27.9",
"@svitejs/changesets-changelog-github-compact": "^1.2.0"
},
"engines": {
"pnpm": "^9.0.0",
"npm": "forbidden, use pnpm",
"node": ">=18"
},
"packageManager": "[email protected]",
"volta": {
"node": "18.20.4",
"pnpm": "9.11.0"
}
}