-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.16 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
{
"name": "topgg-votes",
"version": "2.1.0",
"description": "Easily trade all your votes with this super easy framework!",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\"",
"lint": "eslint --ext .ts .",
"prepare": "npm run build",
"prepublishOnly": "npm run lint"
},
"files": [
"dist/**/*"
],
"repository": {
"type": "git",
"url": "git+https://github.com/DotwoodMedia/topgg-votes.git"
},
"keywords": [
"topgg",
"top.gg",
"webhook",
"framework",
"votes"
],
"author": "Dotwood Media",
"license": "Apache License",
"bugs": {
"url": "https://github.com/DotwoodMedia/topgg-votes/issues"
},
"homepage": "https://docs.dotwood.media/other-packages/top.gg-votes",
"dependencies": {
"@top-gg/sdk": "3.1.5",
"chalk": "4.1.2",
"express": "4.18.2"
},
"devDependencies": {
"@types/express": "4.17.17",
"@types/node": "20.4.8",
"@typescript-eslint/eslint-plugin": "^6.2.1",
"@typescript-eslint/parser": "^6.2.1",
"eslint": "^8.46.0",
"prettier": "3.0.1",
"typescript": "5.1.6"
}
}