@gotpop/multitool
Version:
MultiTool is a CLI tool to assist in quickly setting up a Hugo project for NetlifyCMS
23 lines (22 loc) • 647 B
JSON
{
"name": "multi",
"description": "Multitool copies this package.json to the root directory.",
"version": "1.0.0",
"main": "index.js",
"repository": "git@github.com:gotpop/luminous.git",
"author": "gotpop <liam@gotpop.net>",
"license": "MIT",
"scripts": {
"serve": "hugo server -D",
"tool": "yarn multitool",
"start": "parcel assets/js/app.js -d static",
"build": "parcel assets/js/app.js -d static"
},
"dependencies": {
"@gotpop/multitool": "^0.0.88",
"@babel/core": "^7.0.0-0",
"@babel/preset-env": "^7.6.2",
"node-sass": "^4.12.0",
"parcel-bundler": "^1.12.4"
}
}