-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
73 lines (73 loc) · 1.23 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
{
"name": "rovel.js",
"version": "1.2.0",
"betabuild": "1.2.0",
"beta": false,
"description": "The collection of best stuff & APIs you will love!",
"main": "index.js",
"scripts": {
"test": "node index.js --test",
"start": "echo good",
"postinstall": "node welcome.js"
},
"engines": {
"npm": ">=6.x",
"node": ">=12.x"
},
"man": [
"./roveljs.1",
"./roveljs.2"
],
"repository": {
"type": "git",
"url": "git+https://github.com/rovelstars/rovel.js.git"
},
"keywords": [
"rovel",
"stars",
"roveljs",
"terminal",
"term",
"color",
"colour",
"text",
"style",
"awesome",
"api",
"bot",
"list",
"discord",
"js",
"rbl",
"api",
"fetch",
"node",
"npm",
"download",
"many",
"functions",
"lodash",
"exec",
"shelljs",
".js",
"chalk",
"terminal",
"commander",
"command",
"popular",
"collection",
"best",
"game",
"features"
],
"author": "rovelstars",
"license": "AGPL-1.0-or-later",
"bugs": {
"url": "https://github.com/rovelstars/rovel.js/issues"
},
"bin": {
"rovel": "bin.js",
"ros": "ros/bin.js"
},
"homepage": "https://rovel.js.org"
}