{
  "name": "bystro",
  "version": "0.3.4",
  "description": "CLI utility for scaffolding code templates and boilerplates",
  "main": "./src/index.ts",
  "bin": "./dist/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/streletss/bystro.git"
  },
  "keywords": [
    "cli",
    "templates",
    "scaffold",
    "scaffold utility",
    "scaffold tool",
    "scaffolder",
    "scaffold templates",
    "scaffold files",
    "cli scaffolding"
  ],
  "author": "Nikita Streletss",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/streletss/bystro/issues"
  },
  "homepage": "https://github.com/streletss/bystro#readme",
  "scripts": {
    "start": "ts-node ./src/index.ts",
    "build": "tsc -p .",
    "test": "jest",
    "test:watch": "jest --watch",
    "test:coverage": "jest --coverage",
    "release": "yarn build && np",
    "debug:tree": "cd $INIT_CWD && find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"
  },
  "dependencies": {
    "chalk": "^4.1.0",
    "glob": "^7.1.6",
    "inquirer": "^7.3.3",
    "minimist": "^1.2.5"
  },
  "devDependencies": {
    "@types/glob": "^7.1.3",
    "@types/inquirer": "^7.3.1",
    "@types/jest": "^26.0.18",
    "@types/minimist": "^1.2.1",
    "@types/node": "^14.14.11",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "@typescript-eslint/parser": "^4.9.1",
    "eslint": "^7.15.0",
    "eslint-config-prettier": "^7.0.0",
    "eslint-plugin-prettier": "^3.2.0",
    "jest": "^26.6.3",
    "np": "^7.2.0",
    "prettier": "^2.2.1",
    "ts-jest": "^26.4.4",
    "ts-node": "^9.1.1",
    "typescript": "^4.1.2"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org"
  }
}
