-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
33 lines (33 loc) · 837 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "topgg-autoposter",
"version": "2.0.2",
"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.21",
"discord-rose": "latest",
"discord.js": "latest",
"eris": "latest",
"typescript": "^5.3.3"
},
"dependencies": {
"@jpbberry/typed-emitter": "^1.2.1",
"@top-gg/sdk": "^3.1.6"
},
"types": "./dist/index.d.ts"
}