forked from deecewan/translation-io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 929 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
37
{
"name": "translation-io",
"version": "0.3.4",
"author": "David Buchan-Swanson <[email protected]>",
"license": "MIT",
"bin": {
"translate": "./lib/index.js"
},
"scripts": {
"build": "babel -d lib src/**/*.js",
"prepublish": "yarn build"
},
"files": [
"lib"
],
"devDependencies": {
"@babel/cli": "^7.0.0-beta.54",
"@babel/core": "^7.0.0-beta.54",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.54",
"@babel/preset-env": "^7.0.0-beta.54",
"@babel/preset-flow": "^7.0.0-beta.54",
"@deecewan/eslint-config-flow": "^0.0.7",
"babel-eslint": "^8.2.6",
"eslint": "^5.2.0",
"flow-bin": "^0.77.0",
"flow-typed": "^2.5.1",
"prettier": "^1.13.7"
},
"dependencies": {
"@deecewan/commander": "^2.16.1",
"axios": "^0.21.1",
"chalk": "^2.4.1",
"glob": "^7.1.2",
"mkdirp": "^0.5.1",
"sarcastic": "^1.4.0"
}
}