{
  "name": "thanos-nodejs",
  "main": "index.js",
  "version": "1.1.0",
  "description": "Reduce the file size of your project down to 50%, by randomly deleting half of the files.",
  "author": {
    "name": "TiagoDanin",
    "email": "TiagoDanin@outlook.com",
    "url": "https://TiagoDanin.github.io"
  },
  "license": "MIT",
  "keywords": [
    "thans",
    "reduce",
    "size",
    "down",
    "delete",
    "random"
  ],
  "scripts": {
    "start": "node index.js",
    "test": "echo \"Nice Test :)\""
  },
  "private": false,
  "repository": "https://github.com/TiagoDanin/Thanos-NodeJS.git",
  "homepage": "https://TiagoDanin.github.io/Thanos-NodeJS",
  "bugs": "https://github.com/TiagoDanin/Thanos-NodeJS/issues",
  "github": {
    "name": "Thanos-NodeJS",
    "owner": "TiagoDanin"
  },
  "files": [
    "LICENSE",
    "README.md",
    "index.js",
    "package.json"
  ],
  "bin": {
    "thanos": "index.js"
  },
  "dependencies": {
    "minimist": "1.2.0"
  },
  "devDependencies": {},
  "features": [
    "Marvel Characteristics",
    "Free up space"
  ],
  "thanks": [
    {
      "name": "Netlify",
      "url": "https://thanosjs.org",
      "description": "Inspired by thanosjs.org"
    }
  ],
  "preferGlobal": true
}
