forked from yhchen/excel_export_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 797 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
{
"name": "excel_export_tools",
"version": "2.0.1",
"description": "excel export with type check using nodejs in super fast speed!",
"main": "bin/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "yhchen",
"license": "MIT",
"dependencies": {
"chalk": "^2.4.2",
"fs-extra-promise": "^1.0.1",
"json_to_lua": "^1.1.0",
"moment": "^2.24.0",
"xlsx": "^0.14.5"
},
"devDependencies": {
"@types/chalk": "^2.2.0",
"@types/fs-extra-promise": "^1.0.8",
"@types/lodash": "^4.14.136",
"@types/moment": "^2.13.0",
"@types/node": "^10.14.15",
"@types/xlsx": "0.0.36",
"typescript": "^3.5.3"
},
"repository": {
"type": "git",
"url": "https://github.com/yhchen/excel_export_tools"
}
}