-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 845 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
34
35
36
37
38
39
{
"name": "teamseas-api",
"version": "1.0.3",
"description": "TeamSeas.org unofficial api to get the top, recent, and total donations.",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "node test.js",
"compile": "tsc"
},
"keywords": [
"teamtrees",
"#teamtrees",
"treelon",
"teamtrees-api",
"teamtrees.org",
"teamseas",
"#teamseas",
"teamseas-api",
"teamseas.org"
],
"author": "Jacxk",
"license": "MIT",
"dependencies": {
"node-fetch": "^2.6.5"
},
"devDependencies": {
"ts-node": "^8.10.2",
"typescript": "^3.9.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Jacxk/TeamSeas-API.git"
},
"bugs": {
"url": "https://github.com/Jacxk/TeamSeas-API/issues"
},
"homepage": "https://teamseas.org/"
}