-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
40 lines (40 loc) · 955 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
{
"name": "moneylover-cli",
"version": "0.5.1",
"description": "A CLI tool for Money Lover.",
"main": "src/index.js",
"bin": {
"moneylover": "src/index.js"
},
"scripts": {
"test": "echo \"No test specified\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/leMaik/moneylover-cli.git"
},
"keywords": [
"cli",
"moneylover"
],
"author": "Maik Marschner",
"license": "MIT",
"bugs": {
"url": "https://github.com/leMaik/moneylover-cli/issues"
},
"homepage": "https://github.com/leMaik/moneylover-cli#readme",
"dependencies": {
"chalk": "^2.4.1",
"chrome-launcher": "^0.10.2",
"chrome-remote-interface": "^0.25.6",
"chrono-node": "^1.3.5",
"cli-table3": "^0.5.0",
"decimal.js": "^10.0.1",
"fs-extra": "^6.0.1",
"inquirer": "^6.0.0",
"jsonwebtoken": "^8.2.1",
"popsicle": "^9.2.0",
"readline-sync": "^1.4.9",
"yargs": "^15.1.0"
}
}