-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
56 lines (56 loc) · 1.01 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
{
"name": "merry-christmas",
"version": "0.1.0",
"description": "Get amazing Christmas greetings messages 🎄",
"scripts": {
"test": "xo && ava && tsd"
},
"repository": "abranhe/merry-christmas",
"engines": {
"node": ">=8"
},
"files": [
"index.js",
"index.d.ts",
"greetings.json"
],
"keywords": [
"christmas",
"messages",
"array",
"data",
"geedings",
"json",
"merry-christmas",
"december",
"word",
"words",
"list",
"rand",
"cli",
"cli-app"
],
"author": {
"name": "Carlos Abraham",
"email": "abraham@abranhe.com",
"web": "abranhe.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/abranhe/merry-christmas/issues"
},
"homepage": "https://p.abranhe.com/merry-christmas",
"dependencies": {
"consecutively-unique-array": "^1.0.0"
},
"devDependencies": {
"ava": "*",
"tsd": "*",
"xo": "*"
},
"tsd": {
"compilerOptions": {
"resolveJsonModule": true
}
}
}