-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 986 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
{
"name": "lovemate",
"version": "1.0.4",
"description": "A package that says affectionate phrases in various languages.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/mdmuhtasimfuadfahim/lovemate.git"
},
"scripts": {
"start": "node example.js"
},
"keywords": [
"phrases",
"languages",
"affectionate",
"google-tts-api",
"play-sound",
"quotable.io"
],
"author": "Md. Muhtasim Fuad Fahim <muhtasimfuadahim@proton.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/mdmuhtasimfuadfahim/lovemate/issues"
},
"homepage": "https://github.com/mdmuhtasimfuadfahim/lovemate#readme",
"dependencies": {
"axios": "^1.7.2",
"google-translate-api-x": "^10.6.8",
"google-tts-api": "^2.0.2",
"play-sound": "^1.1.6"
},
"devDependencies": {
"eslint": "^9.4.0"
}
}