-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample-registry.json
More file actions
37 lines (37 loc) · 1.18 KB
/
example-registry.json
File metadata and controls
37 lines (37 loc) · 1.18 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
37
{
"$schema": "https://peezy.dev/schemas/registry-v1.json",
"version": 1,
"templates": [
{
"name": "@peezy/nextjs-prisma",
"description": "Next.js 14 with Prisma ORM and PostgreSQL",
"author": "peezy-team",
"repository": "https://github.com/Sehnya/peezy-templates",
"latest": "1.0.0",
"versions": {
"1.0.0": {
"tarball": "https://github.com/Sehnya/peezy-templates/releases/download/nextjs-prisma-v1.0.0/template.tar.gz",
"integrity": "sha512-placeholder",
"minNode": "20.0.0",
"tags": ["nextjs", "prisma", "postgresql", "typescript"]
}
}
},
{
"name": "@peezy/astro-blog",
"description": "Astro blog starter with MDX and Tailwind",
"author": "peezy-team",
"repository": "https://github.com/Sehnya/peezy-templates",
"latest": "1.0.0",
"versions": {
"1.0.0": {
"tarball": "https://github.com/Sehnya/peezy-templates/releases/download/astro-blog-v1.0.0/template.tar.gz",
"integrity": "sha512-placeholder",
"minNode": "18.0.0",
"tags": ["astro", "blog", "mdx", "tailwind"]
}
}
}
],
"plugins": []
}