UNPKG

xtream-codes

Version:
36 lines (35 loc) 784 B
{ "name": "xtream-codes", "version": "0.0.1", "description": "Xtream Codes API Handler", "main": "./lib/index.js", "scripts": { "test": "mocha", "lint": "eslint lib" }, "repository": { "type": "git", "url": "git+https://github.com/handhead/xtream-codes.git" }, "keywords": [ "xtream", "codes" ], "author": "Vinícius Rodrigues <@viniciusclerod>", "license": "MIT", "bugs": { "url": "https://github.com/handhead/xtream-codes/issues" }, "homepage": "https://github.com/handhead/xtream-codes#readme", "devDependencies": { "chai": "^4.2.0", "dotenv": "^8.0.0", "eslint": "^5.16.0", "mocha": "^6.1.4" }, "dependencies": { "@hapi/joi": "^15.0.1", "isomorphic-fetch": "^2.2.1", "qs": "^6.7.0" } }