mirror of
https://github.com/JuLi0n21/osu-progress-oauth-helper.git
synced 2026-04-19 16:00:06 +00:00
18 lines
386 B
JSON
18 lines
386 B
JSON
{
|
|
"name": "testcallbackserver",
|
|
"version": "1.0.0",
|
|
"description": "small server to see how login button works",
|
|
"main": "server.js",
|
|
"scripts": {
|
|
"build": "node server.js",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"axios": "^1.6.5",
|
|
"dotenv": "^16.3.1",
|
|
"express": "^4.18.2"
|
|
}
|
|
}
|