-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 734 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 734 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
{
"name": "@nishantapps/node-bard",
"version": "1.5.5",
"description": "This package will help you use bard api easily.",
"main": "src/index.mjs",
"type": "module",
"scripts": {
"test": "node src/test.mjs"
},
"author": "NishantApps",
"license": "Apache-2.0",
"keywords": [],
"dependencies": {
"axios": "^1.6.2",
"franc": "^6.1.0",
"iso-639-3": "^3.0.1",
"langdetect": "^0.2.1",
"puppeteer": "^21.5.2",
"translate-google": "^1.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nishantapps/node-bard.git"
},
"bugs": {
"url": "https://github.com/nishantapps/node-bard/issues"
},
"homepage": "https://github.com/nishantapps/node-bard#readme"
}