-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 987 Bytes
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 987 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
33
34
35
36
37
38
39
40
41
42
43
{
"name": "create-cms-nova",
"version": "5.2.5",
"description": "CLI to create CMS Nova projects - A complete headless CMS with Next.js, Prisma and Better Auth",
"main": "create-cms-nova.js",
"bin": {
"create-cms-nova": "create-cms-nova.js"
},
"files": [
"create-cms-nova.js",
"README.md",
"LICENSE"
],
"scripts": {
"test": "node create-cms-nova.js test-project"
},
"keywords": [
"cms",
"headless",
"nextjs",
"prisma",
"cli",
"create",
"template",
"starter",
"boilerplate",
"content-management",
"better-auth"
],
"author": "Daniel CA <tu-email@gmail.com> (https://github.com/danielcadev)",
"license": "MIT",
"engines": {
"node": ">=18.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/danielcadev/cms-nova.git"
},
"homepage": "https://github.com/danielcadev/cms-nova#readme",
"bugs": {
"url": "https://github.com/danielcadev/cms-nova/issues"
}
}