-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.31 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.31 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
48
49
50
51
52
53
{
"name": "jarvis",
"version": "1.0.0",
"description": "Rakrish Dhakal's AI assistant",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon . -i \"*.json\" -i test",
"clear": "rm -rf cache/model.nlp && rm -rf cache/corpus.json && rm -rf model.nlp"
},
"keywords": [
"AI",
"assistant",
"voice"
],
"author": "Rakrish Dhakal",
"license": "UNLICENSED",
"private": true,
"dependencies": {
"@vitalets/google-translate-api": "^3.0.0",
"aws-sdk": "^2.686.0",
"axios": "^0.19.2",
"chalk": "^4.0.0",
"cheerio": "^1.0.0-rc.3",
"debug": "^4.1.1",
"dotenv": "^8.2.0",
"g-i-s": "^2.1.5",
"get-port": "^5.1.1",
"googleapis": "^52.1.0",
"humanize-duration": "^3.23.0",
"lame": "^1.2.4",
"moment": "^2.26.0",
"mongoose": "^5.9.19",
"node-nlp": "^3.10.2",
"open": "^7.0.4",
"ora": "^4.0.4",
"plur": "^4.0.0",
"public-ip": "^4.0.1",
"say": "^0.16.0",
"se-scraper": "^1.5.7",
"sha1": "^1.1.1",
"socket.io": "^2.3.0",
"speaker": "^0.5.1",
"speedtest-net": "^2.1.1",
"spotify-web-api-node": "^4.0.0",
"string-similarity": "^4.0.1",
"torrent-search-api": "^2.1.3",
"webtorrent": "^0.108.6"
},
"devDependencies": {
"nodemon": "^2.0.4"
}
}