JisolGame/headless/package.json

23 lines
460 B
JSON
Raw Permalink Normal View History

2023-11-21 18:52:01 +08:00
{
"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": {
2025-04-16 12:08:49 +08:00
"axios": "^1.8.4",
"canvas": "^3.1.0",
"express": "^5.1.0",
"gl": "^8.1.6",
"jsdom": "^26.1.0",
2023-11-21 18:52:01 +08:00
"node-fetch": "^3.3.2",
2025-04-16 12:08:49 +08:00
"systemjs": "^6.15.1",
2023-11-21 18:52:01 +08:00
"xmlhttprequest": "^1.8.0"
}
}