{
  "name": "streamtape-dl",
  "version": "1.0.2",
  "description": "Download Streamtape videos through the CLI.",
  "main": "streamtape-dl.js",
  "bin": {
    "streamtape-dl": "./streamtape-dl.js"
  },
  "author": {
	"name": "Zubin",
	"email": "me@zubin.org.in",
	"url": "https://zubin.org.in"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/losparviero/streamtape-dl.git"
  },
  "scripts": {
	"start": "node streamtape-dl.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "license": "AGPL-3.0",
  "dependencies": {
    "dotenv": "^16.0.3",
    "input": "^1.0.1",
    "streamtape": "^1.0.1"
  },
  "keywords": [
    "streamtape",
	"streamtape-dl",
    "streamtape-api",
    "streamtape-downloader",
	"direct-download",
	"direct-download-link"
  ]
}
