sheetjs/demos/electron/package.json

15 lines
281 B
JSON
Raw Normal View History

{
"name": "sheetjs-electron",
"author": "sheetjs",
"version": "0.0.0",
"main": "main.js",
"dependencies": {
2022-05-10 08:02:52 +00:00
"@electron/remote": "^2.0.8",
"electron": "^18.2.0",
2022-04-14 07:27:38 +00:00
"xlsx": "https://cdn.sheetjs.com/xlsx-latest/xlsx-latest.tgz"
},
"scripts": {
"start": "electron ."
}
}