-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.12 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
{
"name": "google-translate-client",
"version": "0.0.6",
"description": "",
"main": "build/index.js",
"module": "build/index.es.js",
"jsnext:main": "build/index.es.js",
"scripts": {
"build": "rollup -c",
"test": "jest --coverage"
},
"files": [
"build"
],
"bugs": {
"url": "https://github.com/NickFoden/google-translate-client/issues"
},
"homepage": "https://github.com/NickFoden/google-translate-client",
"keywords": [
"google",
"google translate",
"translate",
"react"
],
"author": "@nickfoden",
"license": "ISC",
"devDependencies": {
"@types/isomorphic-fetch": "0.0.35",
"@types/jest": "^25.2.3",
"isomorphic-fetch": "^2.2.1",
"jest": "^25.5.4",
"rollup": "^1.32.1",
"rollup-plugin-commonjs": "^10.1.0",
"rollup-plugin-node-resolve": "^5.2.0",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-typescript2": "^0.25.3",
"ts-jest": "^25.5.1",
"typescript": "^3.9.10"
},
"jest": {
"preset": "ts-jest",
"testEnvironment": "node"
},
"engines": {
"node": "14"
},
"volta": {
"node": "14.17.3"
}
}