-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 998 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
40
41
42
43
44
45
46
47
{
"name": "dangeru-js",
"version": "1.0.9",
"description": "Asynchronous API wrapper for danger/u/",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/debil03311/dangeru-js.git"
},
"keywords": [
"dangeru",
"dangeru-js",
"va-11",
"hall-a",
"vallhalla",
"valhalla",
"textboard",
"javascript",
"js",
"node",
"nodejs",
"api",
"wrapper"
],
"author": {
"name": "Henț Andrei",
"email": "andrei.hent@gmail.com",
"url": "https://hosma.neocities.org"
},
"funding": {
"type": "ko-fi",
"url": "https://ko-fi.com/hosma"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/debil03311/dangeru-js/issues"
},
"homepage": "https://github.com/debil03311/dangeru-js#readme",
"dependencies": {
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10"
}
}