-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 886 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 886 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
38
39
{
"name": "wazza",
"version": "1.0.4",
"description": "Parses whatsapp backup txt file to json or csv formats",
"main": "src/index.js",
"bin": {
"wazza": "./bin/run"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"files": [
"/bin",
"/src",
"README.md"
],
"author": "alfonsodev",
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/alfonsodev/wazza.git"
},
"dependencies": {
"@oclif/command": "^1.5.15",
"@oclif/config": "^1.13.0",
"@oclif/errors": "^1.2.2",
"@oclif/plugin-help": "^2.2.0",
"cli-ux": "^5.3.0",
"extract-emoji": "^1.0.2",
"json2csv": "^4.5.1",
"moment": "^2.24.0",
"n-readlines": "^1.0.0",
"prettyjson": "^1.2.1",
"pushid": "^1.0.0",
"read-lines": "^0.1.4",
"string-to-stream": "^2.0.0"
}
}