-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
33 lines (33 loc) · 901 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
{
"name": "cerebro-translate",
"version": "1.3.0",
"main": "dist/index.js",
"description": "Cerebro plugin for translate using Google Translate API",
"repository": "[email protected]:iagodahlem/cerebro-translate.git",
"author": "Iago Dahlem Lorensini <[email protected]>",
"license": "MIT",
"scripts": {
"start": "cerebro-scripts start",
"build": "cerebro-scripts build",
"test": "cerebro-scripts test",
"clear": "cerebro-scripts clear",
"prepublish": "yarn clear && yarn build",
"coverage": "yarn test --coverage && codecov"
},
"dependencies": {
"cerebro-tools": "^0.1.8",
"cerebro-ui": "^0.0.16"
},
"devDependencies": {
"cerebro-scripts": "0.0.25",
"codecov": "^3.0.0"
},
"keywords": [
"cerebro",
"cerebro-plugin",
"cerebro-translate",
"translate",
"google-translate",
"google-translate-api"
]
}