UNPKG

@ozrageharm/epiccore

Version:

EpicCore is a Node.js API Wrapper created to Interact with Epic Games' API.

31 lines 788 B
{ "name": "@ozrageharm/epiccore", "version": "0.1.0", "description": "EpicCore is a Node.js API Wrapper created to Interact with Epic Games' API.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/OzRAGEHarm/EpicCore.git" }, "keywords": [ "Fortnite", "Epic Games" ], "author": "Oz RAGE Harm", "license": "ISC", "bugs": { "url": "https://github.com/OzRAGEHarm/EpicCore/issues" }, "homepage": "https://github.com/OzRAGEHarm/EpicCore#readme", "dependencies": { "axios": "^1.3.6", "fs": "^0.0.1-security", "moment": "^2.29.4", "node-fetch": "^3.3.1", "prompt-sync": "^4.2.0", "request-promise": "^4.2.6" } }