biggame-xml-proxy/package.json

12 lines
298 B
JSON
Raw Permalink Normal View History

2026-04-08 18:29:19 -04:00
{
"name": "biggame-xml-proxy",
"version": "1.0.0",
"description": "JSON-to-XML proxy bridging Big Game Golf API to Ross XPression DataLinq",
"main": "server.js",
"scripts": { "start": "node server.js" },
"dependencies": {
"express": "^4.19.2",
"fast-xml-parser": "^4.4.1"
}
}