2023-04-18 19:31:45 +01:00

15 lines
337 B
JSON

{
"name": "google-sheets-rate-assistant",
"version": "0.0.1",
"main": "index.js",
"scripts": {
"run": "node index.js"
},
"author": "",
"license": "ISC",
"description": "Assists in keeping requests under the free rate limit for applications such as vMix.",
"dependencies": {
"google-spreadsheet": "^3.3.0"
}
}