{
  "name": "fake-file-generator",
  "version": "1.1.1",
  "description": "File generator at specific type and size",
  "main": "index.js",
  "engines": {
    "node": ">=10.16.0"
  },
  "scripts": {
    "test": "jest",
    "test:debug": "node --inspect node_modules/.bin/jest --watch --runInBand"
  },
  "bin": {
    "fake-file-generator": "./index.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manuel-salinardi/fake-file-generator.git"
  },
  "keywords": [
    "cli-app",
    "cli",
    "bin",
    "file",
    "create-file",
    "make-file",
    "file-generator",
    "fake-file-generator"
  ],
  "author": "Manuel Salinardi <manuel.salinardi@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/manuel-salinardi/fake-file-generator/issues"
  },
  "homepage": "https://github.com/manuel-salinardi/fake-file-generator#readme",
  "devDependencies": {
    "debug": "4.2.0",
    "jest": "25.3.0"
  }
}
