octocat / octocat.github.io

692 stars 343 forks source link

topgg-autoposter #159

Open calbearox opened 2 years ago

calbearox commented 2 years ago

{ "name": "topgg-autoposter", "version": "2.0.1", "description": "Auto-Poster for Top.gg", "main": "dist/index.js", "scripts": { "test": "node ./tests/test.js", "build": "tsc", "prepublishOnly": "npm run build" }, "repository": { "type": "git", "url": "git+https://github.com/jpbberry/topgg-autoposter.git" }, "author": "JPBBerry", "license": "ISC", "bugs": { "url": "https://github.com/jpbberry/topgg-autoposter/issues" }, "homepage": "https://github.com/jpbberry/topgg-autoposter#readme", "devDependencies": { "@types/express": "^4.17.13", "discord-rose": "latest", "discord.js": "latest", "eris": "latest", "express": "^4.17.1" }, "dependencies": { "@jpbberry/typed-emitter": "^1.0.1", "@top-gg/sdk": "^3.1.3", "typescript": "^4.2.3" }, "types": "./dist/index.d.ts"}