-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 880 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
38
39
40
41
42
43
44
{
"name": "excel-vue-i18n",
"version": "1.1.0",
"description": "The CLI application to genetare Vue i18n local file from excel",
"main": "bin/index.js",
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"prepare": "npm run build"
},
"author": "Serhan Coşkun",
"license": "ISC",
"bin": {
"excelVueI18n": "./bin/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/grafikri/excel-vue-i18n.git"
},
"files": [
"bin",
"types"
],
"keywords": [
"vue",
"vuejs",
"vuei18n",
"i18n",
"excel",
"excelToJson"
],
"devDependencies": {
"@types/lodash": "^4.14.161",
"@types/node": "^14.6.4",
"@types/yargs": "^15.0.5",
"nodemon": "^2.0.4",
"typescript": "^4.0.2"
},
"dependencies": {
"lodash": "^4.17.20",
"xlsx": "^0.16.6",
"yargs": "^13.2.4"
}
}