-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
60 lines (60 loc) · 1.32 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"name": "@castlelemongrab/parlance",
"version": "1.1210.1",
"license": "MIT",
"description": "A Parler client library and research tool",
"author": "Castle Lemongrab, a subsidiary of Baby Britain, Ltd.",
"repository": {
"type": "git",
"url": "git+https://github.com/castlelemongrab/parlance.git"
},
"dependencies": {
"@castlelemongrab/ioh": "^0.0.6",
"@castlelemongrab/strr": "^0.0.1",
"bent": "^7.3.6",
"jsDump": "^1.1.0",
"random-useragent": "^0.5.0",
"uuid": "^8.3.2",
"yargs": "^15.3.1"
},
"devDependencies": {
"chai": "^4.2.0",
"chai-as-promised": "^7.1.1",
"chai-js-factories": "^0.1.5",
"mocha": "^8.0.1"
},
"optionalDependencies": {
"node-postgres": "^0.6.2"
},
"bin": {
"parlance": "bin/parlance"
},
"bugs": {
"url": "https://github.com/castlelemongrab/parlance/issues"
},
"homepage": "https://github.com/castlelemongrab/parlance#readme",
"main": "src/main.js",
"directories": {
"test": "test"
},
"scripts": {
"clean": "rm -f ./test/temp/*.json",
"test": "./node_modules/mocha/bin/mocha -t 5000 test/unit test/integration"
},
"keywords": [
"osint",
"parler",
"speech",
"twitter"
],
"files": [
"*.md",
"bin",
"src",
"test",
"docs"
],
"black": {
"lives": "matter"
}
}