-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 967 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
{
"name": "faturas-mega-to-keyboard",
"productName": "faturas-mega-to-keyboard",
"version": "1.2.6",
"description": "Parse MEGA excel files and type them into Factura 21",
"main": "src/index.js",
"scripts": {
"start": "electron-forge start",
"package": "electron-forge package",
"make": "electron-forge make",
"publish": "electron-forge publish",
"lint": "echo \"No linting configured\""
},
"keywords": [],
"author": {
"name": "Diogo Correia",
"email": "[email protected]"
},
"license": "GPL-3.0",
"dependencies": {
"@nut-tree/nut-js": "^2.3.0",
"axios": "^1.1.3",
"electron-squirrel-startup": "^1.0.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@electron-forge/cli": "^6.0.0",
"@electron-forge/maker-deb": "^6.0.0",
"@electron-forge/maker-squirrel": "^6.0.0",
"@electron-forge/maker-zip": "^6.0.0",
"@electron-forge/publisher-github": "^6.0.0",
"electron": "21.2.2"
}
}