Files
testflight-watcher/package.json
2023-07-10 21:43:47 +02:00

23 lines
648 B
JSON

{
"name": "discord-testflight-watcher",
"version": "1.0.0",
"description": "Basic script that sends webhook data when a testflight beta is not full anymore",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/alecs297/discord-testflight-watcher.git"
},
"author": "Fouiny",
"license": "ISC",
"bugs": {
"url": "https://github.com/alecs297/discord-testflight-watcher/issues"
},
"homepage": "https://github.com/alecs297/discord-testflight-watcher#readme",
"dependencies": {
"node-fetch": "^2.6.1"
}
}