connectionTest/package.json

16 lines
340 B
JSON

{
"name": "connectiontest",
"version": "1.0.0",
"description": "Recreation of the ConnectionTest API for Nintendo Switch",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"crypto": "^1.0.1",
"express": "^4.18.2"
}
}