forked from AkAbhijit/Saavan-post
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (36 loc) · 825 Bytes
/
package.json
File metadata and controls
37 lines (36 loc) · 825 Bytes
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
34
35
36
37
{
"name": "saavan-post",
"version": "1.0.2",
"description": "A simple discord package to post stats to 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/AkAbhijit/saavan-post.git"
},
"bugs": {
"url": "https://github.com/AkAbhijit/saavan-post/issues"
},
"keywords": [
"top.gg",
"oceanic.js",
"seyfert"
],
"author": "AkAbhijit",
"license": "MIT",
"devDependencies": {
"@types/express": "^4.17.21",
"typescript": "^5.3.3"
},
"dependencies": {
"@jpbberry/typed-emitter": "^1.2.1",
"@top-gg/sdk": "^3.1.6",
"oceanic.js": "latest",
"seyfert": "1.5.0"
},
"types": "./dist/index.d.ts"
}