forked from cloudinary-community/astro-cloudinary
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 628 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 628 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
{
"name": "astro-cloudinary",
"repository": "git@github.com:cloudinary-community/astro-cloudinary.git",
"author": "Colby Fayock <hello@colbyfayock.com>",
"license": "MIT",
"private": true,
"keywords": [
"astro-component",
"media",
"image",
"images",
"video"
],
"scripts": {
"release": "semantic-release",
"dev": "pnpm -r dev"
},
"devDependencies": {
"@colbyfayock/semantic-release-pnpm": "^1.2.2",
"@semantic-release/changelog": "^6.0.3",
"@semantic-release/git": "^10.0.1",
"semantic-release": "^23.0.0",
"typescript": "^5.5.4"
},
"packageManager": "pnpm@9.5.0"
}