UnlyEd/boilerplates-generator

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "@unly/boilerplate-generator",
  "version": "1.0.0",
  "description": "easily create startup project template",
  "main": "index.js",
  "scripts": {
    "start": "node index.js",
    "doc:toc": "yarn markdown-toc --maxdepth 4 -i README.md",
    "lint": "eslint . --cache --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/UnlyEd/boilerplate-generator.git"
  },
  "bugs": {
    "url": "https://github.com/UnlyEd/boilerplate-generator/issues"
  },
  "homepage": "https://github.com/UnlyEd/boilerplate-generator",
  "bin": {
    "unly-boilerplate-generator": "./index.js"
  },
  "author": "unlyEd",
  "license": "MIT",
  "dependencies": {
    "fs-extra": "7.0.1",
    "inquirer": "6.2.0",
    "klaw-sync": "6.0.0"
  },
  "devDependencies": {
    "eslint": "4.19.1",
    "eslint-config-airbnb-base": "13.1.0",
    "eslint-plugin-import": "2.14.0",
    "markdown-toc": "1.2.0"
  },
  "keywords": [
    "template",
    "project"
  ],
  "files": [
    "templates",
    "index",
    "lib",
    "README"
  ]
}