XploitSPY/server/package.json
dependabot[bot] b1ee9c3b54
Bump node-fetch from 2.6.1 to 2.6.7 in /server
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.1 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.1...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-03 15:54:53 +00:00

24 lines
590 B
JSON

{
"name": "xploitspy",
"version": "1.0.0",
"description": "XploitSPY - Remote Android Spying Tool",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "node index.js"
},
"author": "ETechD",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "^1.4.4",
"ejs": "^2.6.2",
"express": "^4.17.1",
"express-async-handler": "^1.1.4",
"geoip-lite": "^1.3.7",
"lowdb": "^1.0.0",
"node-fetch": "^2.6.7",
"socket.io": "^2.2.0"
}
}