forked from Binhluan1234/translate-google-api
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 942 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": "@william5553/translate-google-api",
"version": "3.1.0",
"description": "A free and unlimited API for Google Translate",
"main": "index.js",
"type": "module",
"scripts": {
"lint": "eslint . --ext .js,.jsx,.ts,.tsx",
"lint:fix": "eslint . --fix --ext .js,.jsx,.ts,.tsx"
},
"engines": {
"node": ">=14"
},
"keywords": [
"google",
"translate",
"googletranslate",
"google-translate"
],
"repository": "github:William5553/translate-google-api",
"author": "William Kang <contact@williamk.ga>",
"license": "ISC",
"dependencies": {
"node-fetch": "^3.3.0"
},
"bugs": {
"url": "https://github.com/William5553/translate-google-api/issues"
},
"homepage": "https://github.com/William5553/translate-google-api",
"devDependencies": {
"eslint": "8.31.0",
"eslint-plugin-import": "2.26.0",
"eslint-plugin-n": "15.6.0",
"eslint-plugin-unicorn": "45.0.2"
}
}