flores-create
Version:
The CLI tool for creating a new Flores website.
51 lines (50 loc) • 1.21 kB
JSON
{
"name": "flores-create",
"version": "1.0.0-beta.0",
"description": "The CLI tool for creating a new Flores website.",
"keywords": [
"flores",
"static-site-generator"
],
"homepage": "https://github.com/risan/flores-create#readme",
"bugs": {
"url": "https://github.com/risan/flores-create/issues"
},
"license": "MIT",
"author": {
"name": "Risan Bagja Pradana",
"email": "risanbagja@gmail.com",
"url": "https://bagja.net"
},
"bin": {
"flores-create": "src/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/risan/flores-create.git"
},
"scripts": {
"lint": "eslint ./",
"lint-fix": "eslint ./ --fix",
"prepublishOnly": "npm run lint && npm run test",
"test": "jest"
},
"dependencies": {
"download": "^7.1.0",
"install-packages": "^0.2.5",
"meow": "^5.0.0",
"redent": "^2.0.0"
},
"devDependencies": {
"eslint": "^5.9.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^3.3.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-prettier": "^3.0.0",
"jest": "^23.6.0",
"prettier": "^1.15.2"
},
"engines": {
"node": ">=8.0.0"
}
}