package.json
432 Bytes
{
"name": "forensic_tool",
"version": "1.0.0",
"description": "",
"main": "main.js",
"scripts": {
"start": "electron ."
},
"author": "Hee <glwjd0414@khu.ac.kr>",
"license": "ISC",
"devDependencies": {
"electron": "^8.2.0"
},
"dependencies": {
"appium-adb": "^7.27.1",
"jQuery": "^1.7.4",
"jquery": "^3.5.0",
"mysql": "^2.18.1",
"node-adb": "^0.1.6",
"socket.io": "^2.3.0"
}
}