justreddit
Version:
A simple package for getting random posts, random images, random SubReddits, and SubReddit info.
34 lines (33 loc) • 840 B
JSON
{
"name": "justreddit",
"version": "5.1.1",
"description": "A simple package for getting random posts, random images, random SubReddits, and SubReddit info.",
"main": "build/index.js",
"types": "build/index.d.ts",
"engines": {
"node": ">=21.0.0"
},
"keywords": [
"reddit",
"reddit api",
"subreddit"
],
"scripts": {
"prepare": "npm run build",
"build": "tsc",
"postversion": "git push && git push --tags"
},
"files": [
"build/**/*"
],
"author": "Lanred",
"repository": {
"type": "git",
"url": "https://github.com/Lanred-Dev/justreddit.git"
},
"license": "MIT",
"devDependencies": {
"@types/node": "^22.15.3",
"typescript": "^5.8.3"
}
}