{
  "name": "roblox-audio-scheduler",
  "version": "1.2.0",
  "description": "Schedule when to upload an audio.",
  "main": "./lib/index.js",
  "types": "./lib/index.d.ts",
  "directories": {
    "lib": "lib"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Stefanuk12/ROBLOX-Audio-Scheduler.git"
  },
  "keywords": [
    "roblox",
    "audio",
    "scheduler",
    "typescript",
    "javascript"
  ],
  "author": "Stefanuk12",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Stefanuk12/ROBLOX-Audio-Scheduler/issues"
  },
  "homepage": "https://github.com/Stefanuk12/ROBLOX-Audio-Scheduler#readme",
  "dependencies": {
    "form-data": "^4.0.0",
    "got": "^11.8.2"
  }
}
