UNPKG

tsraw

Version:

TypeScript Reddit API Wrapper

41 lines (40 loc) 717 B
{ "name": "tsraw", "version": "1.0.8", "description": "TypeScript Reddit API Wrapper", "repository": { "type": "git", "url": "https://github.com/bag-man/tsraw.git" }, "type": "commonjs", "types": "src/types.d.ts", "scripts": { "test": "echo No tests yet!", "build": "npx tsc" }, "keywords": [ "reddit", "api", "praw", "traw", "typescript" ], "author": "bag-man", "license": "GPL-3.0", "files": [ "build", "src/**/*.d.ts", "README.md" ], "dependencies": { "axios": "^1.7.8" }, "devDependencies": { "@types/node": "^22.10.1", "dotenv": "^16.4.7", "typescript": "^5.7.2" }, "exports": [ "./build/TSRAW.js" ] }