Files
caliverse_server/UGQApiServer.Tests/setup/package.json
2025-05-01 07:20:41 +09:00

18 lines
317 B
JSON

{
"name": "setup",
"type": "module",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"description": "",
"dependencies": {
"node-fetch": "^3.3.2",
"request": "^2.88.2"
}
}