-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
47 lines (47 loc) · 962 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": "cheese-name",
"version": "2.0.1",
"description": "Gives you a real cheese name... like whenever you want",
"main": "index.js",
"scripts": {
"lint:js": "eslint .",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jrjohnson/cheese-name.git"
},
"bin": {
"cheese-name": "bin/cli.js"
},
"keywords": [
"cli-app",
"cli",
"bin",
"cheese-name",
"cheese",
"random",
"list"
],
"author": {
"name": "Jonathan Johnson",
"email": "jon.johnson@ucsf.edu"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/jrjohnson/cheese-name/issues"
},
"homepage": "https://github.com/jrjohnson/cheese-name#readme",
"dependencies": {
"lodash.sample": "^4.2.1",
"meow": "^7.0.0"
},
"devDependencies": {
"eslint": "^7.0.0",
"eslint-plugin-mocha": "^8.0.0",
"mocha": "^9.0.1"
},
"engines": {
"node": ">= 12.*"
}
}