-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 916 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
{
"name": "cowboy-bebop-random-message",
"version": "2.7.1",
"description": "gives you a random message",
"main": "src/index.js",
"scripts": {
"test": "jest"
},
"keywords": [
"javascript",
"node",
"package",
"npm",
"Cowboy Bebop",
"Anime",
"Quote"
],
"author": "Renato Mercado Luna <renatomercadoluna@hotmail.com>",
"license": "MIT",
"optionalDependencies": {
"eslint": "^8.2.0"
},
"bin": {
"cowboy-random-msg": "bin/global.js"
},
"preferGlobal": true,
"dependencies": {
"jimp": "^0.16.1"
},
"devDependencies": {
"jest": "^27.3.1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/merRen22/cowboy-bebop-quote-generator.git"
},
"bugs": {
"url": "https://github.com/merRen22/cowboy-bebop-quote-generator/issues"
},
"homepage": "https://github.com/merRen22/cowboy-bebop-quote-generator#readme"
}