-
-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
44 lines (44 loc) · 854 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
{
"name": "oji",
"version": "3.2.3",
"description": "(◕‿◕) Text Emoticon Maker",
"bin": {
"oji": "./bin/cli"
},
"preferGlobal": "true",
"dependencies": {
"chalk": "^2.4.1",
"clipboardy": "^1.2.3",
"inquirer": "^6.2.0",
"log-symbols": "^2.2.0",
"opn": "^5.3.0"
},
"devDependencies": {
"xo": "*"
},
"xo": {
"rules": {
"unicorn/no-process-exit": 0
}
},
"scripts": {
"test": "xo"
},
"repository": "https://github.com/xxczaki/oji",
"keywords": [
"oji",
"emoji",
"japanese",
"japan",
"cli",
"lenny",
"emoticon",
"interactive"
],
"author": "Antoni Kepinski <[email protected]> (https://kepinski.me)",
"license": "MIT",
"bugs": {
"url": "https://github.com/xxczaki/oji/issues"
},
"homepage": "https://github.com/xxczaki/oji#readme"
}