-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 827 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 827 Bytes
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
{
"name": "@tcelestino/conjugate-cli",
"version": "1.1.3",
"description": "Command line that find to conjugate a verb",
"main": "conjugate.js",
"scripts": {
"version": "bump"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tcelestino/conjugate-cli.git"
},
"keywords": [
"english",
"learn",
"scraper"
],
"preferGlobal": true,
"bin": {
"conjugate": "./conjugate.js"
},
"dependencies": {
"clear": "0.1.0",
"cli-table": "0.3.6",
"commander": "2.20.0",
"osmosis": "1.1.10"
},
"bugs": {
"url": "https://github.com/tcelestino/conjugate-cli/issues"
},
"homepage": "https://github.com/tcelestino/conjugat-cli#readme",
"author": "Tiago Celestino",
"license": "MIT",
"devDependencies": {
"@fabiospampinato/bump": "1.1.0"
}
}