reddit-simple-kwieto-fork
Version:
Simple Reddit Wrapper for Public URL fork
28 lines (27 loc) • 624 B
JSON
{
"name": "reddit-simple-kwieto-fork",
"version": "2.1.2",
"description": "Simple Reddit Wrapper for Public URL fork",
"main": "index.js",
"scripts": {
"test": "mocha --timeout 10000",
"start": "node index.js"
},
"keywords": [
"Reddit_Wrapper",
"Nodejs",
"Reddit"
],
"author": "Kiran Adhikari",
"license": "MIT",
"bugs": {
"url": "https://github.com/ErKiran/reddit-wrapper/issues"
},
"homepage": "https://github.com/ErKiran/reddit-wrapper#readme",
"dependencies": {
"axios": "^0.21.1"
},
"devDependencies": {
"mocha": "^8.3.2"
}
}