JisolGame/headless/package.json
PC-20230316NUNE\Administrator 5ab90ea221 提交配置表
2023-11-21 18:52:01 +08:00

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"
}
}