forked from luzexi/xls2lua
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.51 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
47
48
49
50
{
"name": "ava-x2l",
"version": "3.1.0",
"description": "A tool to convert xls or xlsx to lua",
"main": "main.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "electron .",
"package-win": "electron-packager . ava-x2l --win --arch=x64 --overwrite --out ./App --app-version=3.0.0 --icon=icon.ico",
"package-mac": "electron-packager . ava-x2l --platform=darwin --arch=x64 --overwrite --out ./App --app-version=3.0.0",
"setup-win": "node build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lilith-avatar/avatar-ava-xls2lua.git"
},
"keywords": [
"electron",
"js",
"lua",
"tool",
"excel"
],
"author": "Lilith Games, Avatar Team",
"contributors": [{
"name": "YenYuan",
"url": "https://github.com/lilith-avatar-yenyuan"
}, {
"name": "Bangyu Li",
"url": "https://github.com/deep-river"
}, {
"name": "Yuancheng Zhang",
"url": "https://github.com/endaye"
}],
"license": "MIT",
"bugs": {
"url": "https://github.com/lilith-avatar/avatar-ava-xls2lua/issues"
},
"homepage": "https://lilith-avatar.github.io/avatar-ava-xls2lua/",
"devDependencies": {
"electron": "^13.1.6",
"electron-wix-msi": "^3.2.0"
},
"dependencies": {
"bower": "^1.8.12",
"fs": "^0.0.1-security",
"node-xlrd": "^0.3.10",
"xlsx": "^0.17.0"
}
}