2020-01-11 23:35:37 +08:00
|
|
|
{
|
|
|
|
"name": "xploitspy",
|
|
|
|
"version": "1.0.0",
|
|
|
|
"description": "XploitSPY - Remote Android Spying Tool",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2020-04-08 04:14:57 +08:00
|
|
|
"start": "node index.js",
|
2020-01-11 23:35:37 +08:00
|
|
|
"test": "node index.js"
|
|
|
|
},
|
|
|
|
"author": "ETechD",
|
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"cookie-parser": "^1.4.4",
|
2022-06-03 23:54:54 +08:00
|
|
|
"ejs": "^3.1.7",
|
2020-01-11 23:35:37 +08:00
|
|
|
"express": "^4.17.1",
|
2020-04-16 18:22:24 +08:00
|
|
|
"express-async-handler": "^1.1.4",
|
2020-01-11 23:35:37 +08:00
|
|
|
"geoip-lite": "^1.3.7",
|
|
|
|
"lowdb": "^1.0.0",
|
2020-09-13 03:32:01 +08:00
|
|
|
"node-fetch": "^2.6.1",
|
2020-01-11 23:35:37 +08:00
|
|
|
"socket.io": "^2.2.0"
|
|
|
|
}
|
2020-01-12 00:23:10 +08:00
|
|
|
}
|