Files
osu-progress-oauth-helper/package.json
2024-01-10 01:40:59 +01:00

21 lines
425 B
JSON

{
"name": "testcallbackserver",
"version": "1.0.0",
"description": "small server to see how login button works",
"main": "server.js",
"engines": {
"node": "14.x"
},
"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"
}
}