{
  "version": "1.3.0",
  "author": {
    "name": "Superdev",
    "email": "contact@superdev.fr",
    "url": "https://superdev.fr"
  },
  "bin": {
    "radish": "./bin/index.js"
  },
  "bundleDependencies": false,
  "contributors": [],
  "devDependencies": {
    "@types/figlet": "^1.2.0",
    "@types/lodash": "^4.14.150",
    "@types/shelljs": "^0.8.7",
    "@types/twig": "^1.12.3",
    "cpy-cli": "^3.1.0",
    "prettier": "^2.0.4",
    "rimraf": "^3.0.2",
    "tslint": "^6.1.1",
    "tslint-config-prettier": "^1.18.0",
    "typescript": "^3.8.3"
  },
  "dependencies": {
    "bcryptjs": "^2.3.0",
    "chalk": "^2.4.2",
    "commander": "^5.0.0",
    "debug": "^4.1.1",
    "figlet": "^1.2.1",
    "lodash": "^4.17.11",
    "mkdirp": "^0.5.1",
    "promise-mysql": "^4.1.0",
    "rxjs": "^6.5.3",
    "shelljs": "^0.8.3",
    "twig": "^1.13.3"
  },
  "deprecated": false,
  "description": "Tool for generate starter structure",
  "engines": {
    "node": ">= 10"
  },
  "homepage": "https://superdev.fr",
  "keywords": [
    "webpack",
    "starter",
    "bootstrap",
    "radish"
  ],
  "license": "MIT",
  "main": "lib/",
  "name": "@superdev-official/radish",
  "title": "Radish",
  "preferGlobal": true,
  "publishConfig": {
    "access": "public"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/superdevofficial/radish.git"
  },
  "scripts": {
    "node": "node ./bin/index.js",
    "build": "rimraf ./lib && tsc && cpy . ../../lib/templates --parents --cwd=src/templates",
    "format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\"",
    "lint": "tslint -p tsconfig.json"
  }
}
