This repository was archived by the owner on Sep 27, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·53 lines (53 loc) · 1.36 KB
/
package.json
File metadata and controls
executable file
·53 lines (53 loc) · 1.36 KB
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
49
50
51
52
53
{
"name": "weeby-js",
"version": "2.1.2",
"description": "JavaScript Wrapper for Weeby API",
"main": "src/index.js",
"scripts": {
"start": "node .",
"docs": "docgen --source src --custom docs/index.yml --output docs/docs.json",
"docs:test": "docgen --source src --custom docs/index.yml",
"types": "tsc",
"test": "eslint --ignore-path .eslintignore .",
"lint": "eslint --ext .js,.ts . src --fix"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ntm-development/weeby-js.git"
},
"author": "Nate#1409 @ NTM Development",
"funding": {
"type": "individual",
"url": "https://www.buymeacoffee.com/ntmnathan"
},
"license": "AGPL-3.0",
"bugs": {
"url": "https://github.com/ntm-development/weeby-js/issues"
},
"homepage": "https://js.weebyapi.xyz/",
"devDependencies": {
"@discordjs/docgen": "^0.11.1",
"common-tags": "^1.8.2",
"dotenv": "^16.0.1",
"eslint": "^8.20.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.0.0",
"typescript": "^4.7.4"
},
"dependencies": {
"chalk": "^4.1.2",
"node-superfetch": "^0.2.3"
},
"types": "typings/index.d.ts",
"keywords": [
"api",
"rest-api",
"weeby-api",
"weebyapi",
"wrapper",
"images",
"anime",
"discordbot",
"discord"
]
}