forked from RitaBot-Project/google-translate-token
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.09 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
{
"name": "google-translate-token",
"version": "2.0.7",
"description": "A package that generates the necessary token to use the Google Translate API for free",
"main": "index.js",
"scripts": {
"test": "xo && ava --serial"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZyC0R3/google-translate-token.git"
},
"keywords": [
"translate",
"translator",
"google",
"translate",
"api",
"free",
"language",
"tk",
"token"
],
"author": {
"name": "Matheus Fernandes",
"email": "npm@matheus.top",
"url": "http://matheus.top"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/ZyC0R3/google-translate-token/issues"
},
"homepage": "https://github.com/ZyC0R3/google-translate-token#readme",
"dependencies": {
"configstore": "^2.0.0",
"got": "^6.3.0"
},
"devDependencies": {
"ava": "^2.4.0",
"husky": "^3.1.0",
"puppeteer": "^1.20.0",
"xo": "^0.28.1"
},
"xo": {
"space": 4,
"rules": {
"xo/no-abusive-eslint-disable": "warn",
"no-eval": "warn"
}
}
}