-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.03 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.03 KB
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": "@daryal/eksicli",
"version": "0.2.0",
"description": "Ekşi Sözlük CLI Tool",
"bin": {
"eksi": "./bin/eksi.js"
},
"publishConfig": {
"access": "public"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/daryalmurat/eksi-cli.git"
},
"keywords": [
"ekşisözlük",
"eksisozluk",
"sözlük",
"ekşi",
"cli"
],
"author": "daryal murat akay",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://github.com/daryalmurat/eksi-cli/issues"
},
"homepage": "https://github.com/daryalmurat/eksi-cli#readme",
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"eslint-config-google": "^0.14.0",
"eslint-plugin-mocha": "^6.3.0",
"mocha": "^7.1.2",
"sinon": "^9.0.2"
},
"dependencies": {
"axios": "^0.19.2",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"commander": "^5.1.0",
"configstore": "^5.0.1",
"inquirer": "^7.1.0",
"keytar": "^5.6.0",
"update-notifier": "^4.1.0"
}
}