-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 879 Bytes
/
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
{
"name": "create-content",
"version": "0.0.4",
"description": "Script to create easy docs from templates for blog post, documentation page, or from your own template.",
"main": "src/index.js",
"bin": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"content",
"nuxt",
"docs",
"markdown",
"csv",
"nodejs",
"post",
"frontmatter",
"yaml",
"article",
"template"
],
"author": "Maya Shavin",
"license": "MIT",
"dependencies": {
"chalk": "^4.1.0",
"clear": "^0.1.0",
"clui": "^0.3.6",
"ejs": "^3.1.5",
"figlet": "^1.5.0",
"inquirer": "^7.3.3",
"inquirer-datepicker-prompt": "^0.4.2",
"inquirer-file-tree-selection-prompt": "^1.0.6",
"inquirer-fuzzy-path": "^2.3.0"
},
"devDependencies": {
"@types/ejs": "^3.0.4"
}
}