pxs-psn-api
Version:
a simple psn api wrapper
29 lines (28 loc) • 643 B
JSON
{
"name": "pxs-psn-api",
"version": "2.0.0",
"description": "a simple psn api wrapper",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fakeshadow/pxs-psn-api.git"
},
"keywords": [
"psn",
"api"
],
"author": "fakeshadow",
"license": "MIT",
"bugs": {
"url": "https://github.com/fakeshadow/pxs-psn-api/issues"
},
"homepage": "https://github.com/fakeshadow/pxs-psn-api#readme",
"dependencies": {
"form-data-fork": "^2.3.3",
"node-fetch": "^2.6.0",
"request": "^2.88.0"
}
}