JisolGame/headless/package.json
DESKTOP-5RP3AKU\Jisol c65eed7e63 开源...
2025-04-16 12:08:49 +08:00

23 lines
460 B
JSON

{
"name": "headless",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"main": "node index.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^1.8.4",
"canvas": "^3.1.0",
"express": "^5.1.0",
"gl": "^8.1.6",
"jsdom": "^26.1.0",
"node-fetch": "^3.3.2",
"systemjs": "^6.15.1",
"xmlhttprequest": "^1.8.0"
}
}