mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-06-26 19:34:47 +00:00
23 lines
462 B
JSON
23 lines
462 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.5.1",
|
||
|
"canvas": "^2.11.2",
|
||
|
"express": "^4.18.2",
|
||
|
"gl": "^6.0.2",
|
||
|
"jsdom": "^22.1.0",
|
||
|
"node-fetch": "^3.3.2",
|
||
|
"systemjs": "^6.14.2",
|
||
|
"xmlhttprequest": "^1.8.0"
|
||
|
}
|
||
|
}
|