UNPKG

hackerearth-v4-node

Version:

Node.js client/wrapper of HackerEarth API (Version 4)

30 lines (29 loc) 701 B
{ "name": "hackerearth-v4-node", "version": "1.0.0", "description": "Node.js client/wrapper of HackerEarth API (Version 4)", "main": "index.js", "scripts": { "test": "mocha ./test/unit_tests.js" }, "repository": { "type": "git", "url": "https://github.com/rupjyotinath/HackerEarth-V4-Node.git" }, "keywords": [ "HackerEarth" ], "author": "Rupjyoti Nath", "license": "MIT", "bugs": { "url": "https://github.com/rupjyotinath/HackerEarth-V4-Node/issues" }, "homepage": "https://github.com/rupjyotinath/HackerEarth-V4-Node#readme", "dependencies": { "axios": "^0.21.1" }, "devDependencies": { "dotenv": "^8.2.0", "mocha": "^8.2.1" } }