{
  "name": "metaflac-js",
  "version": "1.0.5",
  "description": "A pure JavaScript implementation of the metaflac (official FLAC tool)",
  "main": "index.js",
  "bin": {
    "metaflac-js": "cli.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ishowshao/metaflac-js.git"
  },
  "keywords": [
    "metaflac",
    "flac",
    "metadata",
    "writer"
  ],
  "author": "ishowshao",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/ishowshao/metaflac-js/issues"
  },
  "homepage": "https://github.com/ishowshao/metaflac-js#readme",
  "dependencies": {
    "commander": "^2.19.0",
    "file-type": "^10.7.0",
    "image-size": "^0.6.3"
  }
}
