-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.29 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "create-nextjs-blog",
"description": "Instantly set up Next.js blog with TS or JS",
"version": "1.1.1",
"license": "MIT",
"repository": "https://github.com/msaaddev/create-nextjs-blog",
"bin": {
"create-next-blog": "index.js",
"cnb": "index.js"
},
"author": {
"name": "Saad Irfan",
"email": "[email protected]",
"url": "https://twitter.com/msaaddev"
},
"keywords": [
"create-nextjs-blog",
"Saad Irfan",
"cnb",
"nextjs blog typescript",
"nextjs blog javascript",
"nextjs blog markdown",
"markdown nextjs blog",
"nextjs blog",
"nextjs markdown",
"markdown blog",
"next blog tailwind",
"nextjs blog typescript tailwind",
"nextjs tailwind blog"
],
"files": [
"index.js",
"utils",
"template",
"functions"
],
"scripts": {
"format": "prettier --write \"./**/*.{js,json}\"",
"test": "node test.js"
},
"dependencies": {
"chalk": "^2.4.2",
"cli-alerts": "^1.2.2",
"cli-handle-error": "^4.4.0",
"cli-handle-unhandled": "^1.1.1",
"cli-meow-help": "^3.1.0",
"cli-welcome": "^2.2.2",
"copy-template-dir": "^1.4.0",
"enquirer": "^2.3.6",
"execa": "^5.1.1",
"exit-cli": "^1.0.3",
"log-symbols": "^4.1.0",
"meow": "^9.0.0",
"node-cli-handle-error": "^1.0.0",
"ora": "^5.4.0"
},
"devDependencies": {
"prettier": "^2.8.1"
}
}