-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
46 lines (46 loc) · 1.08 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
{
"name": "aeiou",
"version": "0.0.5",
"description": "i18n scripts",
"engines": {
"node": ">=8.4.0"
},
"bin": {
"aeiou": "./bin/aeiou"
},
"scripts": {
"build": "tsc",
"dev": "tsc --watch"
},
"author": "Spoqa Inc.",
"license": "MIT",
"devDependencies": {
"@types/babel-traverse": "^6.25.2",
"@types/babel-types": "^6.25.1",
"@types/babylon": "^6.16.2",
"@types/form-data": "^2.2.0",
"@types/fs-extra": "^5.0.2",
"@types/glob": "^5.0.32",
"@types/lodash.includes": "^4.3.3",
"@types/lodash.merge": "^4.6.3",
"@types/lodash.zipobject": "^4.1.3",
"@types/node": "*",
"@types/yargs": "^8.0.2"
},
"dependencies": {
"babel-traverse": "^6.26.0",
"babel-types": "^6.26.0",
"babylon": "^6.18.0",
"date-fns": "^1.28.5",
"form-data": "^2.3.1",
"fs-extra": "^6.0.1",
"gettext-parser": "^1.3.0",
"glob": "^7.1.2",
"lodash.includes": "^4.3.0",
"lodash.merge": "^4.6.0",
"lodash.zipobject": "^4.1.3",
"node-fetch": "^2.0.0-alpha.8",
"typescript": "^2.5.2",
"yargs": "^8.0.2"
}
}