You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ps4-pkg-installer/package.json

31 lines
698 B
JSON

{
"name": "PS4-PKG-Installer",
"version": "1.0.0",
"private": true,
"main": "server.js",
"scripts": {
"start": "node server.js",
"test": "echo \"No test specified\""
},
"author": "Dexter",
"license": "MIT",
"dependencies": {
"body-parser": "^1.19.0",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"dirty-json": "^0.7.1",
"ejs": "2.5.7",
"express": "^4.17.1",
"morgan": "^1.9.1",
"nconf": "^0.10.0",
"nodejs-base64": "^1.0.3",
"ps4-pkg-info": "^1.0.1",
"recursive-readdir": "^2.2.2",
"replaceall": "^0.1.6",
"request": "^2.88.0",
"serve-favicon": "~2.4.2",
"short-hash": "^1.0.0",
"socket.io": "^2.3.0"
}
}