-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 1.06 KB
/
package.json
File metadata and controls
36 lines (36 loc) · 1.06 KB
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": "svelte-cloudinary-monorepo",
"license": "MIT",
"private": true,
"repository": "git@github.com:cloudinary-community/svelte-cloudinary.git",
"contributors": [
"Willow (GHOST) <ghostdevbusiness@gmail.com> (https://ghostdev.xyz)",
"Matias Hernandez <hola@matiashernandez.dev>"
],
"scripts": {
"build": "pnpm -r build",
"lint": "prettier --check . && pnpm -r --if-exists publint",
"check": "pnpm -r check",
"format": "prettier --write . && 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.30.0",
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
"prettier": "^3.8.1",
"prettier-plugin-astro": "^0.14.1",
"prettier-plugin-svelte": "^3.5.1"
},
"engines": {
"pnpm": "^9.0.0",
"npm": "forbidden, use pnpm",
"node": ">=18"
},
"packageManager": "pnpm@9.11.0",
"volta": {
"node": "18.20.4",
"pnpm": "9.11.0"
}
}