@gotpop/multitool
Version:
MultiTool is a CLI tool to assist in quickly setting up a Hugo project for NetlifyCMS
27 lines (26 loc) • 555 B
JSON
{
"name": "@gotpop/multitool",
"version": "0.0.0887",
"description": "MultiTool is a CLI tool to assist in quickly setting up a Hugo project for NetlifyCMS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"multitool": "bin/index.js"
},
"keywords": [
"hugo",
"theme",
"NetlifyCMS",
"builder"
],
"author": "gotpop",
"license": "ISC",
"dependencies": {
"chalk": "^2.4.2",
"figlet": "^1.2.4",
"inquirer": "^7.0.0",
"shelljs": "^0.8.3"
}
}