{
  "name": "get-file-sizes",
  "version": "1.1.1",
  "description": "Find file sizes",
  "main": "file-sizer.js",
  "bin": "cli.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/marywarrington/file-sizer.git"
  },
  "keywords": [
    "file-size",
    "performance"
  ],
  "author": "Mary Warrington",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/marywarrington/file-sizer/issues"
  },
  "homepage": "https://github.com/marywarrington/file-sizer#readme",
  "dependencies": {
    "bytes": "^3.1.0",
    "chalk": "^2.4.2"
  }
}
