XNSim/XNSimHtml/package.json

32 lines
768 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "xnsim-login",
"version": "1.0.0",
"description": "XNSim登录页面整合C++动态库验证",
"main": "server.js",
"scripts": {
"start": "node server.js",
"dev": "nodemon server.js"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^6.7.2",
"better-sqlite3": "^9.6.0",
"body-parser": "^1.20.2",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"express": "^4.18.2",
"express-session": "^1.18.1",
"ffi-napi": "^4.0.3",
"iconv-lite": "^0.6.3",
"jsonwebtoken": "^9.0.0",
"multer": "^1.4.5-lts.2",
"ref-napi": "^3.0.3",
"sqlite3": "^5.1.7",
"systeminformation": "^5.25.11",
"xlsx": "^0.18.5",
"xml2js": "^0.6.2"
},
"devDependencies": {
"nodemon": "^2.0.22"
}
}